UseFastConversion property (ILEADRasterIO)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL UseFastConversion

Overview

Refer to Loading a Bitmap from a File.

Remarks

Enables or disables using the fast color conversions when loading CMYK or CIELab files.

Setting this property to TRUE will greatly speed up the loading of CMYK and CIELab files, but it will reduce the image quality.

This property used with TIF and JPEG only.

Possible values are:

Value

Meaning

VARIANT_TRUE

Speed up the loading of CMYK and CIELab files.

VARIANT_FALSE

Don’t speed up the loading of CMYK and CIELab files. This is the default value.

See Also

Elements:

LoadInfo event, LoadInfoBits property, LoadInfoFlags property, LoadInfoFormat property, LoadInfoHeight property, LoadInfoOffset property, LoadInfoWidth property, LoadInfoYRes property

Topics:

Raster Images: Loading Files