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

PdfAcroFormStringAlignment Enum

Specifies text alignment in an interactive form field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public enum PdfAcroFormStringAlignment

Members

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