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
Member | Value | Description |
FormFilling | 2 |
Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature. This is the suggested mode.
|
FormFillingAndAnnotations | 3 |
Permitted changes are the same as for FormFilling, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
|
NoChanges | 1 |
No changes to the document are permitted; any change to the document invalidates the signature.
|
NotCertified | 0 |
Standard digital signature. PDF documents can be digitally signed many times.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.PdfSignatureCertificationLevel
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace