PXC_RequestObj Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_RequestObj Enumeration}}
 
{{#customTitle:PXC_RequestObj Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_RequestObj|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_RequestObj
 
<pre class="brush:cpp;gutter:false">enum PXC_RequestObj
 
{
 
{
     Perm_ObjDoc = 1;
+
     Perm_ObjDoc         = 1,
     Perm_ObjPage = 2;
+
     Perm_ObjPage       = 2,
     Perm_ObjLink = 3;
+
     Perm_ObjLink       = 3,
     Perm_ObjBookmark = 4;
+
     Perm_ObjBookmark   = 4,
     Perm_ObjThumbnail = 5;
+
     Perm_ObjThumbnail   = 5,
     Perm_ObjAnnot = 6;
+
     Perm_ObjAnnot       = 6,
     Perm_ObjForm = 7;
+
     Perm_ObjForm       = 7,
     Perm_ObjSignature = 8;
+
     Perm_ObjSignature   = 8,
     Perm_ObjEF = 9;
+
     Perm_ObjEF         = 9,
     Perm_ObjReaderAnnot = 10;
+
     Perm_ObjReaderAnnot = 10,
     _Perm_ObjLast_ = 11;
+
     _Perm_ObjLast_     = 11,
 
};
 
};
 
</pre>
 
</pre>
Line 46: Line 50:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_Document_RequestPermission|IPXC_Document::RequestPermission]], [[PXV:IPXC_SecurityHandler_Authorize|IPXC_SecurityHandler::Authorize]], [[PXV:IPXC_SecurityHandler_GetAuthData|IPXC_SecurityHandler::GetAuthData]]

Latest revision as of 10:38, 23 May 2015


Specifies the ...

Syntax

enum PXC_RequestObj
{
    Perm_ObjDoc         = 1,
    Perm_ObjPage        = 2,
    Perm_ObjLink        = 3,
    Perm_ObjBookmark    = 4,
    Perm_ObjThumbnail   = 5,
    Perm_ObjAnnot       = 6,
    Perm_ObjForm        = 7,
    Perm_ObjSignature   = 8,
    Perm_ObjEF          = 9,
    Perm_ObjReaderAnnot = 10,
    _Perm_ObjLast_      = 11,
};

Constants

Perm_ObjDoc
The ...
Perm_ObjPage
The ...
Perm_ObjLink
The ...
Perm_ObjBookmark
The ...
Perm_ObjThumbnail
The ...
Perm_ObjAnnot
The ...
Perm_ObjForm
The ...
Perm_ObjSignature
The ...
Perm_ObjEF
The ...
Perm_ObjReaderAnnot
The ...
_Perm_ObjLast_
The ...

See Also

IPXC_Document::RequestPermission, IPXC_SecurityHandler::Authorize, IPXC_SecurityHandler::GetAuthData