Back to Devexpress

PdfAcroFormStringAlignment Enum

officefileapi-devexpress-dot-pdf-920a6f24.md

latest1.5 KB
Original Source

PdfAcroFormStringAlignment Enum

Specifies text alignment in an interactive form field.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public enum PdfAcroFormStringAlignment
vb
Public Enum PdfAcroFormStringAlignment

Members

NameDescription
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.

|

The following properties accept/return PdfAcroFormStringAlignment values:

See Also

DevExpress.Pdf Namespace