PdfInteractiveFormField.TextJustification Property
In This Article
Gets the form of quadding (justification) that is used in displaying the text.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfTextJustification TextJustification { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
Available values:
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. |
See Also