IXC_PageStateFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum IXC_PageStateFlags | <pre class="brush:cpp;gutter:false">enum IXC_PageStateFlags | ||
{ | { | ||
− | PageState_NotDecoded = 1 | + | PageState_NotDecoded = 1, |
− | PageState_DCinUse = 2 | + | PageState_DCinUse = 2, |
− | PageState_BlockInUse = 4 | + | PageState_BlockInUse = 4, |
}; | }; | ||
</pre> | </pre> |
Revision as of 10:04, 8 May 2015
Specifies the ...
Syntax
enum IXC_PageStateFlags { PageState_NotDecoded = 1, PageState_DCinUse = 2, PageState_BlockInUse = 4, };
Constants
- PageState_NotDecoded
- The ...
- PageState_DCinUse
- The ...
- PageState_BlockInUse
- The ...
See Also
See also ...