PdfSignatureType Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfSignatureType Enumeration
Specifies digital signature type.

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

Syntax

C#
public enum PdfSignatureType
VB
Public Enumeration PdfSignatureType

Members

  Member nameValueDescription
Approval0 The approval signature type.
AuthorNoChanges1 An author (certification) signature type. No changes allowed to the signed document.
AuthorFormFillingAllowed2 An author (certification) signature type. It is allowed to fill the form in the signed document.
AuthorFormFillingAndAnnotationsAllowed3 An author (certification) signature type. It is allowed to add annotations to and fill the form in the signed document.

See Also