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+4b8ae91508c7f16ebf511129b42dfd307f45e350
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