IXC_ImageLoadFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IXC_ImageLoadFlags Enumeration}} | {{#customTitle:IXC_ImageLoadFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:IXC_Enumerations|IXC_ImageLoadFlags|enum}} |
− | + | ||
− | + | ||
− | Specifies | + | Specifies that image loading will be deferred. |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">enum IXC_ImageLoadFlags | <pre class="brush:cpp;gutter:false">enum IXC_ImageLoadFlags | ||
{ | { | ||
− | ImageLoad_Deferred = 1 | + | ImageLoad_Deferred = 1, |
}; | }; | ||
</pre> | </pre> | ||
Line 16: | Line 15: | ||
== Constants == | == Constants == | ||
;ImageLoad_Deferred | ;ImageLoad_Deferred | ||
− | : | + | :When set, this flag means that image data will be analyzed to get information about its pages, but no pages will be decoded automatically. |
− | + | ||
− | + | ||
− | + |
Latest revision as of 10:33, 23 May 2015
Specifies that image loading will be deferred.
Syntax
enum IXC_ImageLoadFlags { ImageLoad_Deferred = 1, };
Constants
- ImageLoad_Deferred
- When set, this flag means that image data will be analyzed to get information about its pages, but no pages will be decoded automatically.