Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Operations

AddSingleLineTextOperationModel Class

Operation for adding a single line of text to a page.

csharp
public class AddSingleLineTextOperationModel : TallComponents.UnoPdf.Client.Models.Operations.OperationModelBase

Inheritance System.Object 🡒 OperationModelBase 🡒 AddSingleLineTextOperationModel

Properties
FontFamilyName of the font-family to use for the text.
FontSizeDesired font size for the text.
IndexIndex of the Page to add the text to.
TextText to add to the Page.
TranslateTranslation of the text. he origin a PDF page is at the lower-left corner. The y-axis points upwards; the x-axis points to the right. A unit corresponds to 1 point (1/72 inch).