ImageGear .NET - Updated May 30, 2018
ImGearPDFPermReqStatus Enumeration




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFPermReqStatus Enumeration
Specifies the status of PDF document related permissions methods.
Syntax
'Declaration
 
Public Enum ImGearPDFPermReqStatus 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearPDFPermReqStatus
Members
MemberDescription
DENIEDRequest was denied.
GRANTEDRequest was granted.
OPERATION_NAThe operation is not applicable for the specified object.
PENDINGThe handler doesn't have enough info to answer at this point. Try again later.
UNKNOWN_OBJECTThe object is unknown.
UNKNOWN_OPERATIONThe operation is unknown.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats.PDF Namespace