CertifyingPermission Enum
Specifies the Permission to Certify the document that specifies options such as allow changes, allow form filing etc.
public enum CertifyingPermission
Public Enum CertifyingPermission
Inheritance: ObjectValueTypeEnumCertifyingPermission
Fields
CertifyingPermission.AllowFormFilling | 2 | Permitted changes include filling in forms, instantiating page templates, and signing; other changes invalidate the signature. |
CertifyingPermission.AllowFormFillingAndAnnotation | 3 | Permitted changes include filling in forms, instantiating page templates, signing, annotation creation, deletion, and modification; other changes invalidate the signature |
CertifyingPermission.NoChangesAllowed | 1 | No changes to the Document are permitted. |
Licensing Info
This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Remarks
This enum is not available for .NET standard.