PdfAcroFormStringAlignment Enum
Specifies text alignment in an interactive form field.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v22.1.Core.dll
Declaration
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. |
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the PdfAcroFormStringAlignment enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.