Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes.TextShapeModel

TextShapeModel.Pen Property

Used to draw the curves on this text. (default = null)

csharp
public TallComponents.UnoPdf.Client.Models.Pdf.Pens.PenModel Pen { get; set; }

Property Value

PenModel

Remarks

You can use a pen to draw outlines. (most likely you want to set Brush = null).