ImageGear .NET
ImGearPDFPermsFlags Enumeration




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
ACCESSIBLE0x00000200Overrides COPY to enable accessibility API.
ALL0xFFFFFFFFAll permissions, including OPEN and SECURE.
COPY0x00000010The user is permitted to copy information from the document to the clipboard.
DOC_ASSEMBLY0x00000400Overrides various EDIT bit and allow the following operations: page insert/delete/rotate and create bookmark and thumbnail.
EDIT0x00000008The user is permitted to edit the document more than adding or modifying text notes (see also EDIT_NOTES).
EDIT_NOTES0x00000020The user is permitted to add, modify, and delete text notes (see also EDIT).
EXT0x000000800x80 flag (no description).
FILL_AND_SIGN0x00000100Overrides other ImGearPDFPermsFlags bits. It allows user to fill-in or sign existing form or signature fields.
FORM_SPAWN_TEMPL0x00020000Allows spawning template pages even if IG_PDF_PERM_EDIT and IG_PDF_PERM_EDIT_NOTES are not set.
FORM_SUBMIT0x00010000Allows submitting forms outside of the browser. This bit is supplement to FILL_AND_SIGN.
HIGH_PRINT0x00000800This bit is supplement to PRINT. If it is disabled only low quality printing is allowed.
NONE0x00000000No permissions.
OPEN0x00000001The user is permitted to open and decrypt the document.
OWNER0x00008000The user is permitted to perform all operations, regardless of the permissions specified by the document.
PRINT0x00000004The user is permitted to print the document.
SAVE_AS0x00000040The user is permitted to perform a Save As action.
SECURE0x00000002The user is permitted to change the document's security settings.
SETTABLE0x0000003CCombination of the following operations: PRINT, EDIT, COPY and EDIT_NOTES.
USER0xFFFFFFFCAll permissions, excluding OPEN and SECURE.
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

Reference

ImageGear.Formats.PDF Namespace

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback