IXC_ImageLoadFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 06:38, 7 May 2015


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