In This Topic
GdPicture14 Namespace / PdfSignatureCertificationLevel Enumeration

PdfSignatureCertificationLevel Enumeration

In This Topic
Specifies the access permissions granted by the signature.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PdfSignatureCertificationLevel 
   Inherits System.Enum
[ComVisible(true)]
public enum PdfSignatureCertificationLevel : System.Enum 
public enum PdfSignatureCertificationLevel = class(System.Enum)
ComVisibleAttribute()
public enum PdfSignatureCertificationLevel extends System.Enum
[ComVisible(true)]
__value public enum PdfSignatureCertificationLevel : public System.Enum 
[ComVisible(true)]
public enum class PdfSignatureCertificationLevel : public System.Enum 
Members
MemberValueDescription
FormFilling2 Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature. This is the suggested mode.
FormFillingAndAnnotations3 Permitted changes are the same as for FormFilling, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
NoChanges1 No changes to the document are permitted; any change to the document invalidates the signature.
NotCertified0 Standard digital signature. PDF documents can be digitally signed many times.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfSignatureCertificationLevel

See Also