FastLoad property (ILEADRasterIO)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL FastLoad

Overview

Refer to Loading a Bitmap from a File.

Remarks

Gets or sets a flag that indicates whether to use the fast loading algorithm while loading LEAD ABC files. The fast loading algorithm provides faster loading with less image details. Possible values are:

Value

Meaning

TRUE

Use the fast loading algorithm.

FLASE

Don't use the fast loading algorithm.

See Also

Elements:

Load method, LoadCompressed property

Topics:

Raster Images: Loading Files