IXC_PageSwappingMode Enumeration
From PDF XChange PDF SDK
m (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:IXC_PageSwappingMode Enumeration}} | {{#customTitle:IXC_PageSwappingMode Enumeration}} | ||
+ | {{#parentPage:PXV:IXC_Enumerations|IXC_PageSwappingMode|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum IXC_PageSwappingMode | <pre class="brush:cpp;gutter:false">enum IXC_PageSwappingMode | ||
{ | { | ||
− | PSWP_Auto = 0 | + | PSWP_Auto = 0, |
− | PSWP_ForceSwap = 1 | + | PSWP_ForceSwap = 1, |
− | PSWP_ForceMemory = 2 | + | PSWP_ForceMemory = 2, |
}; | }; | ||
</pre> | </pre> | ||
Line 24: | Line 26: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IIXC_Page_SwapMode|IIXC_Page::SwapMode]] |
Latest revision as of 00:15, 15 March 2016
Specifies the ...
Syntax
enum IXC_PageSwappingMode { PSWP_Auto = 0, PSWP_ForceSwap = 1, PSWP_ForceMemory = 2, };
Constants
- PSWP_Auto
- The ...
- PSWP_ForceSwap
- The ...
- PSWP_ForceMemory
- The ...