PdfSignatureAppearanceOptions.TextAlignment Property

Gets or sets the alignment of the text in the signature.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfSignatureTextAlignment TextAlignment { get; set; }
VB
Public Property TextAlignment As PdfSignatureTextAlignment
	Get
	Set

Property Value

Type: PdfSignatureTextAlignment
The alignment of the text in the signature.

Remarks

In cases when you want the text and the image in the signature, the alignment also affects the placement of the text relative to the image. See remarks for the Image property for more info.

See Also