Skip to main content

PdfGraphicsAcroFormSignatureField.LineAlignment Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public PdfAcroFormStringAlignment LineAlignment { get; set; }

Property Value

Type Description
PdfAcroFormStringAlignment

An enumeration value that indicates the vertical line alignment.

Available values:

Name Description
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