Back to Devexpress

PdfInteractiveForm.DefaultTextJustification Property

officefileapi-devexpress-dot-pdf-dot-pdfinteractiveform-2b54271e.md

latest1.6 KB
Original Source

PdfInteractiveForm.DefaultTextJustification Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfTextJustification DefaultTextJustification { get; }
vb
Public ReadOnly Property DefaultTextJustification As PdfTextJustification

Property Value

TypeDescription
PdfTextJustification

A PdfTextJustification enumeration value that represents the default text justification.

|

Available values:

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.

|

See Also

PdfInteractiveForm Class

PdfInteractiveForm Members

DevExpress.Pdf Namespace