Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfTextJustification Enum

Lists the form of justification that is used in laying out the overlay text.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

[PdfDefaultField(PdfTextJustification.LeftJustified)]
public enum PdfTextJustification

Members

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.

Remarks

Values listed by this enumeration are returned by the PdfInteractiveFormField.TextJustification property.

See Also