Skip to content

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
FontSizeThe font size of the text.
InteriorColorThe interior color of the FreeText markup.
OrientationOrientation of the FreeText annotation in degrees. Default is 0 degrees.
TextColorThe text color. If null, the text color is the same as the border color.