Click or drag to resize

PdfStyledField TextAlignment Property

Gets or sets the text alignment.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTextAlignment TextAlignment { get; set; }

Property Value

Type: PdfTextAlignment
The text alignment.
Remarks
This property is meaningful for fields containing variable text only.
See Also