Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Annotations.Markups
FreeTextModel Class
A free text annotation is a specialized markup and displays text directly on a page.
csharp
public class FreeTextModel : TallComponents.UnoPdf.Client.Models.Pdf.Annotations.Markups.MarkupModel
Inheritance System.Object 🡒 RectangleModel 🡒 AnnotationModel 🡒 MarkupModel 🡒 FreeTextModel
Properties | |
---|---|
FontSize | The font size of the text. |
InteriorColor | The interior color of the FreeText markup. |
Orientation | Orientation of the FreeText annotation in degrees. Default is 0 degrees. |
TextColor | The text color. If null, the text color is the same as the border color. |