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

PdfAcroFormCommonVisualField.TextAlignment Property

Specifies the horizontal alignment of the interactive form field’s text.

Namespace: DevExpress.Pdf

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

Declaration

public PdfAcroFormStringAlignment TextAlignment { get; set; }

Property Value

Type Description
PdfAcroFormStringAlignment

A PdfAcroFormStringAlignment enumeration value that specifies how the text is horizontally aligned within the interactive form field.

See Also