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