IXC_ImageLoadFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by the same user 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 that image loading will be deferred. | Specifies that image loading will be deferred. | ||
Line 16: | Line 16: | ||
;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. | :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.