Skip to main content
A newer version of this page is available. .

PdfAcroFormCommonVisualField.TextAlignment Property

Specifies the horizontal alignment of the interactive form field’s text.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public PdfAcroFormStringAlignment TextAlignment { get; set; }

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

Specifies that text is aligned near to the origin position of the field rectangle.

Center

Specifies that text is aligned in the center of the field rectangle.

Far

Specifies that text is aligned far from the origin position of the field rectangle.

See Also