Back to Devexpress

PdfAcroFormSignatureField.LineAlignment Property

officefileapi-devexpress-dot-pdf-dot-pdfacroformsignaturefield-9c8e3a2d.md

latest1.5 KB
Original Source

PdfAcroFormSignatureField.LineAlignment Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Property Value

TypeDescription
PdfAcroFormStringAlignment

A PdfAcroFormStringAlignment enumeration value that represents vertical line alignment.

|

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

PdfAcroFormSignatureField Class

PdfAcroFormSignatureField Members

DevExpress.Pdf Namespace