PXC_OCGUsageIntent Enumeration
From PDF XChange PDF SDK
(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_OCGUsageIntent Enumeration}} | {{#customTitle:PXC_OCGUsageIntent Enumeration}} | ||
+ | {{#parentPage:PXV:PXC_Enumerations|PXC_OCGUsageIntent|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXC_OCGUsageIntent | <pre class="brush:cpp;gutter:false">enum PXC_OCGUsageIntent | ||
{ | { | ||
− | OCGUsage_Print = 0 | + | OCGUsage_Print = 0, |
− | OCGUsage_View = 1 | + | OCGUsage_View = 1, |
− | OCGUsage_Export = 2 | + | OCGUsage_Export = 2, |
− | OCGUsage_User = 3 | + | OCGUsage_User = 3, |
− | OCGUsage_Language = 4 | + | OCGUsage_Language = 4, |
− | OCGUsage_Zoom = 5 | + | OCGUsage_Zoom = 5, |
− | OCGUsage_PageElement = 6 | + | OCGUsage_PageElement = 6, |
− | OCGUsage_CreatorInfo = 7 | + | OCGUsage_CreatorInfo = 7, |
}; | }; | ||
</pre> | </pre> | ||
Line 35: | Line 39: | ||
;OCGUsage_CreatorInfo | ;OCGUsage_CreatorInfo | ||
:The ... | :The ... | ||
− | |||
− | |||
− |
Latest revision as of 10:37, 23 May 2015
Specifies the ...
Syntax
enum PXC_OCGUsageIntent |
{ |
OCGUsage_Print = 0, |
OCGUsage_View = 1, |
OCGUsage_Export = 2, |
OCGUsage_User = 3, |
OCGUsage_Language = 4, |
OCGUsage_Zoom = 5, |
OCGUsage_PageElement = 6, |
OCGUsage_CreatorInfo = 7, |
}; |
Constants
- OCGUsage_Print
- The ...
- OCGUsage_View
- The ...
- OCGUsage_Export
- The ...
- OCGUsage_User
- The ...
- OCGUsage_Language
- The ...
- OCGUsage_Zoom
- The ...
- OCGUsage_PageElement
- The ...
- OCGUsage_CreatorInfo
- The ...