Skip to main content
A newer version of this page is available. .

PdfAcroFormSignatureField.LineAlignment Property

Specifies the vertical alignment of the string within the signature field.

Namespace: DevExpress.Pdf

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

Declaration

public PdfAcroFormStringAlignment LineAlignment { get; set; }

Property Value

Type Description
PdfAcroFormStringAlignment

A PdfAcroFormStringAlignment enumeration value that represents vertical line alignment.

Available values:

Name Description
Near

Specifies that text is aligned near to the origin position of the field rectangle.

Center

Specifies that text is aligned in the center of the field rectangle.

Far

Specifies that text is aligned far from the origin position of the field rectangle.

See Also