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

PdfInteractiveForm.DefaultTextJustification Property

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

Namespace: DevExpress.Pdf

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

Declaration

public PdfTextJustification DefaultTextJustification { get; }

Property Value

Type Description
PdfTextJustification

A PdfTextJustification enumeration value that represents the default text justification.

See Also