Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes

FreeHandShapeModel Class

The FreeHandShape allow you to build an arbitrary curve composed of
straight lines and bezier curves.

csharp
public class FreeHandShapeModel : TallComponents.UnoPdf.Client.Models.Pdf.Shapes.PathShapeModel

Inheritance System.Object 🡒 ShapeModel 🡒 ContentShapeModel 🡒 PathShapeModel 🡒 FreeHandShapeModel

Properties
FillRuleThe FillRule used by this free hand shape. (Default = FillRule.NonzeroWindingNumber)
PathsThe paths that make up this free hand shape.