Back to Devexpress

PdfTextJustification Enum

officefileapi-devexpress-dot-pdf-7bf6e098.md

latest2.0 KB
Original Source

PdfTextJustification Enum

Lists the justification types applied to the overlay text.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[PdfDefaultField(PdfTextJustification.LeftJustified)]
public enum PdfTextJustification
vb
<PdfDefaultField(PdfTextJustification.LeftJustified)>
Public Enum PdfTextJustification

Members

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.

|

The following properties accept/return PdfTextJustification values:

See Also

DevExpress.Pdf Namespace