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