Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfTextJustification Enum

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.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