ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFPermsFlags Enumeration |
'Declaration Public Enum ImGearPDFPermsFlags Inherits System.Enum
'Usage Dim instance As ImGearPDFPermsFlags
public enum ImGearPDFPermsFlags : System.Enum
__value public enum ImGearPDFPermsFlags : public System.Enum
public enum class ImGearPDFPermsFlags : public System.Enum
Member | Value | Description |
---|---|---|
ACCESSIBLE | 0x00000200 | Overrides COPY to enable accessibility API. |
ALL | 0xFFFFFFFF | All permissions, including OPEN and SECURE. |
COPY | 0x00000010 | The user is permitted to copy information from the document to the clipboard. |
DOC_ASSEMBLY | 0x00000400 | Overrides various EDIT bit and allow the following operations: page insert/delete/rotate and create bookmark and thumbnail. |
EDIT | 0x00000008 | The user is permitted to edit the document more than adding or modifying text notes (see also EDIT_NOTES). |
EDIT_NOTES | 0x00000020 | The user is permitted to add, modify, and delete text notes (see also EDIT). |
EXT | 0x00000080 | 0x80 flag (no description). |
FILL_AND_SIGN | 0x00000100 | Overrides other ImGearPDFPermsFlags bits. It allows user to fill-in or sign existing form or signature fields. |
FORM_SPAWN_TEMPL | 0x00020000 | Allows spawning template pages even if IG_PDF_PERM_EDIT and IG_PDF_PERM_EDIT_NOTES are not set. |
FORM_SUBMIT | 0x00010000 | Allows submitting forms outside of the browser. This bit is supplement to FILL_AND_SIGN. |
HIGH_PRINT | 0x00000800 | This bit is supplement to PRINT. If it is disabled only low quality printing is allowed. |
NONE | 0x00000000 | No permissions. |
OPEN | 0x00000001 | The user is permitted to open and decrypt the document. |
OWNER | 0x00008000 | The user is permitted to perform all operations, regardless of the permissions specified by the document. |
0x00000004 | The user is permitted to print the document. | |
SAVE_AS | 0x00000040 | The user is permitted to perform a Save As action.". |
SECURE | 0x00000002 | The user is permitted to change the document's security settings. |
SETTABLE | 0x0000003C | Combination of the folloiwng operations: PRINT, EDIT, COPY and EDIT_NOTES. |
USER | 0xFFFFFFFC | All permissions, excluding OPEN and SECURE. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDFPermsFlags