PdfTextJustification Enum
Lists the form of justification that is used in laying out the overlay text.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Members
Name | Description |
---|---|
Left
|
The left justified form of justification is used in displaying the text. |
Centered
|
The centered form of justification is used in displaying the text. |
Right
|
The right justified form of justification is used in displaying the text. |
#Related API Members
The following properties accept/return PdfTextJustification values:
#Remarks
Values listed by this enumeration are returned by the PdfInteractiveFormField.TextJustification property.