PXC_RenderType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_RenderType Enumeration}} | {{#customTitle:PXC_RenderType Enumeration}} | ||
+ | {{#parentPage:PXV:PXC_Enumerations|PXC_RenderType|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXC_RenderType | <pre class="brush:cpp;gutter:false">enum PXC_RenderType | ||
{ | { | ||
− | RenderType_ModeView = 0 | + | RenderType_ModeView = 0, |
− | RenderType_ModePrint = 1 | + | RenderType_ModePrint = 1, |
− | RenderType_ModeExport = 2 | + | RenderType_ModeExport = 2, |
− | RenderType_ModeInteractiveView = 3 | + | RenderType_ModeInteractiveView = 3, |
− | RenderType_ModePrintPreview = 4 | + | RenderType_ModePrintPreview = 4, |
− | _RenderType_Last_ = 5 | + | _RenderType_Last_ = 5, |
}; | }; | ||
</pre> | </pre> | ||
Line 33: | Line 35: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_OCContext_RenderType|IPXC_OCContext::RenderType]] |
Latest revision as of 09:38, 23 May 2015
Specifies the ...
Syntax
enum PXC_RenderType { RenderType_ModeView = 0, RenderType_ModePrint = 1, RenderType_ModeExport = 2, RenderType_ModeInteractiveView = 3, RenderType_ModePrintPreview = 4, _RenderType_Last_ = 5, };
Constants
- RenderType_ModeView
- The ...
- RenderType_ModePrint
- The ...
- RenderType_ModeExport
- The ...
- RenderType_ModeInteractiveView
- The ...
- RenderType_ModePrintPreview
- The ...
- _RenderType_Last_
- The ...