Click or drag to resize

CPDFSignaturePermissions Enumeration

Represents types of signature permissions for PDF documents.

Namespace:  ComPDFKit.DigitalSign
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public enum CPDFSignaturePermissions
Members
  Member nameValueDescription
CPDFSignaturePermissionsNone0 No signature permissions. Changes are forbidden.
CPDFSignaturePermissionsForbidChange1 Permissions to forbid changes to the document.
CPDFSignaturePermissionsFillSign2 Permissions to fill out and sign the document.
CPDFSignaturePermissionsAnnotationFillSign3 Permissions to annotate, fill out, and sign the document.
See Also