Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes

LayerShapeModel Class

A layer shape can be seen as a canvas. You draw on this canvas by adding
shapes to it, they will be placed inside this layer.

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

Inheritance System.Object 🡒 ShapeModel 🡒 LayerShapeModel

Properties
LayerThe layer this shape is connected to.
ShapesGet a shape by index (0-based).