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

PdfAcroFormSignatureField.LineAlignment Property

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

Namespace: DevExpress.Pdf

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

Declaration

public PdfAcroFormStringAlignment LineAlignment { get; set; }

Property Value

Type Description
PdfAcroFormStringAlignment

A PdfAcroFormStringAlignment enumeration value that represents vertical line alignment.

See Also