ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPermsFlags Enumeration




In This Topic
    ImGearPDFPermsFlags Enumeration
    In This Topic
    Specifies permissions wanted and granted for a document.
    Syntax
    '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 
    Members
    MemberValueDescription
    ACCESSIBLE512Overrides COPY to enable accessibility API.
    ALL4294967295All permissions, including OPEN and SECURE, and excluding page extraction.
    COPY16The user is permitted to copy information from the document to the clipboard.
    DOC_ASSEMBLY1024Overrides various EDIT bit and allow the following operations: page insert/delete/rotate and create bookmark and thumbnail.
    EDIT8The user is permitted to edit the document more than adding or modifying text notes (see also EDIT_NOTES).
    EDIT_NOTES32The user is permitted to add, modify, and delete text notes (see also EDIT).
    EXT1280x80 flag (no description).
    FILL_AND_SIGN256Overrides other ImGearPDFPermsFlags bits. It allows user to fill-in or sign existing form or signature fields.
    FORM_SPAWN_TEMPL131072Allows spawning template pages even if IG_PDF_PERM_EDIT and IG_PDF_PERM_EDIT_NOTES are not set.
    FORM_SUBMIT65536Allows submitting forms outside of the browser. This bit is supplement to FILL_AND_SIGN.
    HIGH_PRINT2048This bit is supplement to PRINT. If it is disabled only low quality printing is allowed.
    NONE0No permissions.
    OPEN1The user is permitted to open and decrypt the document.
    OWNER32768The user is permitted to perform all operations, regardless of the permissions specified by the document.
    PRINT4The user is permitted to print the document.
    SAVE_AS64The user is permitted to perform a Save As action.
    SECURE2The user is permitted to change the document's security settings.
    SETTABLE60Combination of the following operations: PRINT, EDIT, COPY and EDIT_NOTES.
    USER4294967292All permissions, excluding OPEN, SECURE, and page extraction.
    Remarks
    Not all permissions will be granted, if the document is protected or if the document is newer version than the application knows about.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.PDF.ImGearPDFPermsFlags

    See Also