Specifies the target operations of a permissions request.
            
            Syntax
            Members
| Member | Description | 
| ACCESSIBLE | For Accessibility use. | 
| ALL | Check all operations. | 
| ANY | Used for checking to see if any operation is allowed. | 
| COPY | Copy operation. | 
| CREATE | Generic operation. | 
| CROP | Crop operation. | 
| DELETE | Delete operation. | 
| EXPORT | For notes. ExportPS should check print. | 
| FILL_IN | Form fill-in or Sign existing field. | 
| FULL_SAVE | For document saving. | 
| IMPORT | For notes and Image import. | 
| INSERT | Insert operation. | 
| LAST | This should be always the last item. | 
| MODIFY | Modify operation. | 
| OPEN | For document open. | 
| PRINT_HIGH | For doc, Regular printing. | 
| PRINT_LOW | For doc, low quality printing. | 
| REORDER | For page reordering. | 
| REPLACE | For page replacing. | 
| ROTATE | Rotate operation. | 
| SECURE | For doc to changing security settings. | 
| SELECT | For doc or page, selecting (not copying) text or graphics. | 
| SPAWN_TEMPLATE | Allows form to spawn template page. | 
| SUBMIT_STANDALONE | Submit forms outside of the browser. | 
| SUMMARIZE | For summarize notes. | 
| UNKNOWNOPR | Used for error checking. | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDFPermReqOpr
 
            
            
            See Also