IXC_ImageLoadFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the image will be loaded.
  
 
== Syntax ==
 
== Syntax ==
Line 16: Line 16:
 
== Constants ==
 
== Constants ==
 
;ImageLoad_Deferred
 
;ImageLoad_Deferred
:The ...
+
: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 ==
See also ...
+
:[[PXV:IIXC_Image_LoadFromIStream|IIXC_Image::LoadFromIStream]]
 +
:[[PXV:IIXC_Image_Load|IIXC_Image::Load]]

Revision as of 06:33, 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