ImageGear .NET v25.0 - Updated
ImGearPDFPermReqOpr Enumeration




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFPermReqOpr Enumeration
Specifies the target operations of a permissions request.
Syntax
'Declaration
 
Public Enum ImGearPDFPermReqOpr 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPDFPermReqOpr
public enum ImGearPDFPermReqOpr : System.Enum 
__value public enum ImGearPDFPermReqOpr : public System.Enum 
public enum class ImGearPDFPermReqOpr : public System.Enum 
Members
MemberDescription
ACCESSIBLEFor Accessibility use.
ALLCheck all operations.
ANYUsed for checking to see if any operation is allowed.
COPYCopy operation.
CREATEGeneric operation.
CROPCrop operation.
DELETEDelete operation.
EXPORTFor notes. ExportPS should check print.
FILL_INForm fill-in or Sign existing field.
FULL_SAVEFor document saving.
IMPORTFor notes and Image import.
INSERTInsert operation.
LASTThis should be always the last item.
MODIFYModify operation.
OPENFor document open.
PRINT_HIGHFor doc, Regular printing.
PRINT_LOWFor doc, low quality printing.
REORDERFor page reordering.
REPLACEFor page replacing.
ROTATERotate operation.
SECUREFor doc to changing security settings.
SELECTFor doc or page, selecting (not copying) text or graphics.
SPAWN_TEMPLATEAllows form to spawn template page.
SUBMIT_STANDALONESubmit forms outside of the browser.
SUMMARIZEFor summarize notes.
UNKNOWNOPRUsed for error checking.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats.PDF Namespace