Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes

ShapeCollectionModel Class

Collection of shape objects. Shapes is a shape itself. This allows recursion.
A shapes collection can be seen as a canvas. You draw on this canvas by adding
shapes to it.

csharp
public class ShapeCollectionModel : TallComponents.UnoPdf.Client.Models.Pdf.Shapes.ShapeModel

Inheritance System.Object 🡒 ShapeModel 🡒 ShapeCollectionModel

Properties
ShapesGet a shape by index (0-based).
TransformApply this transformation to the content shape before rendering.