Skip to main content

PdfInteractiveFormField.TextJustification Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfTextJustification TextJustification { get; }

Property Value

Type Description
PdfTextJustification

A PdfTextJustification object that represents the form of text justification.

Available values:

Name Description
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