IXC_PageSwappingMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 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}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: 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 22: Line 26:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IIXC_Page_SwapMode|IIXC_Page::SwapMode]]

Latest revision as of 01: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 ...

See Also

IIXC_Page::SwapMode