IXC_ImageLoadFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IXC_ImageLoadFlags Enumeration}} | {{#customTitle:IXC_ImageLoadFlags Enumeration}} | ||
{{#parentPage:PXV:IXC|IXC_ImageLoadFlags Enumeration|enum}} | {{#parentPage:PXV:IXC|IXC_ImageLoadFlags Enumeration|enum}} | ||
− | |||
Specifies that image loading will be deferred. | Specifies that image loading will be deferred. |
Revision as of 07:11, 20 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.