IXC_ImageLoadFlags Enumeration

From PDF XChange PDF SDK
Revision as of 11:04, 8 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the image will be loaded.

Syntax

enum IXC_ImageLoadFlags
{
    ImageLoad_Deferred = 1,
};

Constants

ImageLoad_Deferred
This flag means that image data will be analyzed to get information about its pages, but no pages will be decoded automatically.

See Also

IIXC_Image::LoadFromIStream
IIXC_Image::Load