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
Syntaxpublic enum CPDFSignaturePermissions
Members|
| Member name | Value | Description |
|---|
| CPDFSignaturePermissionsForbidChange | 1 |
Permissions to forbid changes to the document.
|
| CPDFSignaturePermissionsFillSign | 2 |
Permissions to fill out and sign the document.
|
| CPDFSignaturePermissionsAnnotationFillSign | 3 |
Permissions to annotate, fill out, and sign the document.
|
See Also