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

PdfInteractiveFormField.TextJustification Property

Gets the form of quadding (justification) that is used in displaying the text.

Namespace: DevExpress.Pdf

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

Declaration

public PdfTextJustification TextJustification { get; }

Property Value

Type Description
PdfTextJustification

A PdfTextJustification object that represents the form of text justification.

See Also