PXC_RequestObj Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
<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> |
Revision as of 10:08, 8 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
See also ...