Enum PdfSignatureTextAlignment
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies the alignment of the text in a digital signature.
public enum PdfSignatureTextAlignment
Fields
Left = 0
Text is left justified.
Right = 1
Text is right justified.
Remarks
The signature text alignment is a part of the options specified by an object of the PdfSignatureAppearanceOptions type.