ImageGear .NET - Updated
CertificationSignaturePermissions Enumeration




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace : CertificationSignaturePermissions Enumeration
These values are the different possible permissible changes to the PDF according to the signature.
Syntax
'Declaration
 
Public Enum CertificationSignaturePermissions 
   Inherits System.Enum
'Usage
 
Dim instance As CertificationSignaturePermissions
public enum CertificationSignaturePermissions : System.Enum 
__value public enum CertificationSignaturePermissions : public System.Enum 
public enum class CertificationSignaturePermissions : public System.Enum 
Members
MemberDescription
FORM_FILL Users are allowed to fill in forms, instantiate page templates, and sign the document after the signature is applied. This is the default value.
FORM_FILL_AND_ANNOTATIONSUsers are allowed the same permissions as FORM_FILL, as well as annotation creation, deletion, and modification on the document after the signature is applied.
NONE No changes are allowed in the document after the signature is applied.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.Signatures.CertificationSignaturePermissions

See Also

Reference

ImageGear.Formats.PDF.Signatures Namespace