Enum PdfSignatureType
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies digital signature type.
public enum PdfSignatureType
Fields
Approval = 0
The approval signature type.
An author (certification) signature type. It is allowed to fill the form in the signed document.
An author (certification) signature type. It is allowed to add annotations to and fill the form in the signed document.
An author (certification) signature type. No changes allowed to the signed document.
Remarks
The signature type is a part of the options specified by an object of the PdfSigningOptions type.