PdfSignatureAppearanceTextAlignment Property |
Gets or sets the text alignment of the signature appearance text.
Default value: Left.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntaxpublic PdfTextAlignment TextAlignment { get; set; }
Public Property TextAlignment As PdfTextAlignment
Get
Set
Property Value
PdfTextAlignment
The text alignment of the signature appearance text.
ExceptionsException | Condition |
---|
ArgumentException | Left, Center and Right alignments are supported for annotation's appearance text. |
See Also