Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfInteractiveFormField.TextJustification Property

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

Namespace: DevExpress.Pdf

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

Declaration

public PdfTextJustification TextJustification { get; }

Property Value

Type Description
PdfTextJustification

A PdfTextJustification object that represents the form of text justification.

See Also