Skip to main content

PdfInteractiveForm.DefaultTextJustification Property

Gets the default justification that is used in displaying the annotation’s text.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfTextJustification DefaultTextJustification { get; }

Property Value

Type Description
PdfTextJustification

A PdfTextJustification enumeration value that represents the default 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