IXC_ImageLoadFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by 2 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 == | ||
Line 15: | 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 09: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.