Click or drag to resize

PdfVariableTextAppearanceTextAlignment Property

Gets or sets the text alignment of the field's appearance text.

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

Property Value

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