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: 3.0.0.0 (3.0.0.0)
Syntax
C#
public enum CPDFSignaturePermissions
Members
  Member nameValueDescription
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