PXV_DocCollectionViewType Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:PXV_DocCollectionViewType Enumeration}} | ||
+ | {{#parentPage:PXV:PXV_Enumerations|PXV_DocCollectionViewType|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | Specifies the ... | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">enum PXV_DocCollectionViewType | ||
+ | { | ||
+ | PXV_DocCollectionViewType_D = 1, | ||
+ | PXV_DocCollectionViewType_T = 2, | ||
+ | PXV_DocCollectionViewType_H = 4, | ||
+ | PXV_DocCollectionViewType_C = 8, | ||
+ | }; | ||
+ | </pre> | ||
+ | |||
+ | == Constants == | ||
+ | ;PXV_DocCollectionViewType_D | ||
+ | :The ... | ||
+ | ;PXV_DocCollectionViewType_T | ||
+ | :The ... | ||
+ | ;PXV_DocCollectionViewType_H | ||
+ | :The ... | ||
+ | ;PXV_DocCollectionViewType_C | ||
+ | :The ... |
Latest revision as of 00:35, 20 October 2015
Specifies the ...
Syntax
enum PXV_DocCollectionViewType { PXV_DocCollectionViewType_D = 1, PXV_DocCollectionViewType_T = 2, PXV_DocCollectionViewType_H = 4, PXV_DocCollectionViewType_C = 8, };
Constants
- PXV_DocCollectionViewType_D
- The ...
- PXV_DocCollectionViewType_T
- The ...
- PXV_DocCollectionViewType_H
- The ...
- PXV_DocCollectionViewType_C
- The ...