Back to Devexpress

PdfAcroFormCommonVisualField.TextAlignment Property

officefileapi-devexpress-dot-pdf-dot-pdfacroformcommonvisualfield.md

latest1.6 KB
Original Source

PdfAcroFormCommonVisualField.TextAlignment Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAcroFormStringAlignment TextAlignment { get; set; }
vb
Public Property TextAlignment As PdfAcroFormStringAlignment

Property Value

TypeDescription
PdfAcroFormStringAlignment

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

|

Available values:

NameDescription
Near

Text is aligned near to the origin position of a field rectangle.

| | Center |

Text is aligned in the center of a field rectangle.

| | Far |

Text is aligned far from the origin position of a field rectangle.

|

See Also

PdfAcroFormCommonVisualField Class

PdfAcroFormCommonVisualField Members

DevExpress.Pdf Namespace