PdfPermissions Enum
Defines operations that are allowed to a user on an encrypted PDF document.
Remarks
For more information about PDF encryption, see Permissions remarks.
Fields
All | Allows all operations. |
ChangingTheDocument | Allows changing the document. |
ContentAccessibilityEnabled | Allow accessibility software to use the document contents. |
ContentCopying | Allows copying the content. |
DocumentAssembly | If this is disabled, inserting, deleting or rotating pages, or creating bookmarks and thumbnails is prohibited. |
HighResolutionPrinting | Allows high resolution printing. |
ModifyAnnotations | Allows adding or modifying text annotations, filling of interactive form fields (including signature fields). |
None | Disallows all operations. |
Printing | Allows printing. |