Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfAcroFormStringAlignment Enum

Specifies the alignment of a text string within an interactive form field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public enum PdfAcroFormStringAlignment

Members

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.

Remarks

Values listed by this enumeration are used to set the PdfAcroFormCommonVisualField.TextAlignment and PdfGraphicsAcroFormCommonField.TextAlignment properties.

See Also