Appearance
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 | |
---|---|
FontFamily | Name of the font-family to use for the text. |
FontSize | Desired font size for the text. |
Index | Index of the Page to add the text to. |
Text | Text to add to the Page. |
Translate | Translation 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). |