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 = 0Text is left justified.
Right = 1Text is right justified.
Remarks
The signature text alignment is a part of the options specified by an object of the PdfSignatureAppearanceOptions type.