IXC_ImageLoadFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IXC_ImageLoadFlags Enumeration}} | {{#customTitle:IXC_ImageLoadFlags Enumeration}} | ||
{{#parentPage:PXV:IXC|IXC_ImageLoadFlags Enumeration|enum}} | {{#parentPage:PXV:IXC|IXC_ImageLoadFlags Enumeration|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. |
== See Also == | == See Also == | ||
:[[PXV:IIXC_Image_LoadFromIStream|IIXC_Image::LoadFromIStream]] | :[[PXV:IIXC_Image_LoadFromIStream|IIXC_Image::LoadFromIStream]] | ||
:[[PXV:IIXC_Image_Load|IIXC_Image::Load]] | :[[PXV:IIXC_Image_Load|IIXC_Image::Load]] |
Revision as of 13:08, 15 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.