Click or drag to resize

PdfSignatureAppearanceTextAlignment Property

Gets or sets the text alignment of the signature appearance text.

Default value: Left.


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public PdfTextAlignment TextAlignment { get; set; }

Property Value

PdfTextAlignment
The text alignment of the signature appearance text.
Exceptions
ExceptionCondition
ArgumentExceptionLeft, Center and Right alignments are supported for annotation's appearance text.
See Also