PdfAcroFormCommonVisualField.TextAlignment Property
Specifies the horizontal alignment of the interactive form fieldâs text.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v26.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| PdfAcroFormStringAlignment | A PdfAcroFormStringAlignment enumeration value that specifies how the text is horizontally aligned within the interactive form field. |
Available values:
| Name | Description |
|---|---|
| Near | Text is aligned near to the origin position of a field rectangle. |
| Center | Text is aligned in the center of a field rectangle. |
| Far | Text is aligned far from the origin position of a field rectangle. |
See Also