Specifies permissions wanted and granted for a document.
Syntax
Members
Member | Description |
ACCESSIBLE | Overrides COPY to enable accessibility API. |
ALL | All permissions, including OPEN and SECURE, and excluding page extraction. |
COPY | The user is permitted to copy information from the document to the clipboard. |
DOC_ASSEMBLY | Overrides various EDIT bit and allow the following operations: page insert/delete/rotate and create bookmark and thumbnail. |
EDIT | The user is permitted to edit the document more than adding or modifying text notes (see also EDIT_NOTES). |
EDIT_NOTES | The user is permitted to add, modify, and delete text notes (see also EDIT). |
EXT | 0x80 flag (no description). |
FILL_AND_SIGN | Overrides other ImGearPDFPermsFlags bits. It allows user to fill-in or sign existing form or signature fields. |
FORM_SPAWN_TEMPL | Allows spawning template pages even if IG_PDF_PERM_EDIT and IG_PDF_PERM_EDIT_NOTES are not set. |
FORM_SUBMIT | Allows submitting forms outside of the browser. This bit is supplement to FILL_AND_SIGN. |
HIGH_PRINT | This bit is supplement to PRINT. If it is disabled only low quality printing is allowed. |
NONE | No permissions. |
OPEN | The user is permitted to open and decrypt the document. |
OWNER | The user is permitted to perform all operations, regardless of the permissions specified by the document. |
PRINT | The user is permitted to print the document. |
SAVE_AS | The user is permitted to perform a Save As action. |
SECURE | The user is permitted to change the document's security settings. |
SETTABLE | Combination of the following operations: PRINT, EDIT, COPY and EDIT_NOTES. |
USER | All permissions, excluding OPEN, SECURE, and page extraction. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDFPermsFlags
See Also