LoadFast property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool LoadFast

Delphi Syntax

LoadFast: Boolean

Overview

Refer to Loading a Bitmap from a File.

Remarks

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.

False

Don't use the fast loading algorithm. This is the default value.

See Also

Elements:

LoadSigned property, IsSigned property

Topics:

Raster Images: Loading Files