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




In This Topic
    ImGearPDFPermReqOpr Enumeration
    In This Topic
    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
    MemberValueDescription
    ACCESSIBLE6For Accessibility use.
    ALL1Check all operations.
    ANY22Used for checking to see if any operation is allowed.
    COPY5Copy operation.
    CREATE2Generic operation.
    CROP14Crop operation.
    DELETE3Delete operation.
    EXPORT21For notes. ExportPS should check print.
    FILL_IN12Form fill-in or Sign existing field.
    FULL_SAVE19For document saving.
    IMPORT20For notes and Image import.
    INSERT16Insert operation.
    LAST26This should be always the last item.
    MODIFY4Modify operation.
    OPEN8For document open.
    PRINT_HIGH10For doc, Regular printing.
    PRINT_LOW11For doc, low quality printing.
    REORDER18For page reordering.
    REPLACE17For page replacing.
    ROTATE13Rotate operation.
    SECURE9For doc to changing security settings.
    SELECT7For doc or page, selecting (not copying) text or graphics.
    SPAWN_TEMPLATE25Allows form to spawn template page.
    SUBMIT_STANDALONE24Submit forms outside of the browser.
    SUMMARIZE15For summarize notes.
    UNKNOWNOPR23Used for error checking.
    Inheritance Hierarchy

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

    See Also