PdfVariableTextAppearanceTextAlignment Property |
Gets or sets the text alignment of the field's appearance text.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic PdfTextAlignment TextAlignment { get; set; }Public Property TextAlignment As PdfTextAlignment
Get
Set
Property Value
PdfTextAlignment
The text alignment of the field's appearance text.
Exceptions| Exception | Condition |
|---|
| NotSupportedException | Left, Center and Right alignments are supported for field's appearance text. |
See Also