Back to Devexpress

PdfInteractiveFormField.TextJustification Property

officefileapi-devexpress-dot-pdf-dot-pdfinteractiveformfield-3e84b51b.md

latest1.5 KB
Original Source

PdfInteractiveFormField.TextJustification Property

Gets the form of quadding (justification) that is used in displaying the text.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfTextJustification TextJustification { get; }
vb
Public ReadOnly Property TextJustification As PdfTextJustification

Property Value

TypeDescription
PdfTextJustification

A PdfTextJustification object that represents the form of text justification.

|

Available values:

NameDescription
LeftJustified

The left justified form of justification is used in displaying the text.

| | Centered |

The centered form of justification is used in displaying the text.

| | RightJustified |

The right justified form of justification is used in displaying the text.

|

See Also

PdfInteractiveFormField Class

PdfInteractiveFormField Members

DevExpress.Pdf Namespace