EnableLoadInfoEvent property (Main Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

bool EnableLoadInfoEvent;

Delphi Syntax

EnableLoadInfoEvent: Boolean;

Overview

Refer to Loading a Bitmap from a File.

Remarks

Gets or sets a value that indicates whether to generate the OnLoadInfo event when LEADTOOLS attempts to load an image file, but does not find valid format information in the file header. Possible values are:

Setting

Description

TRUE

Enables the generation of the OnLoadInfo event.

FALSE

Disables the generation of the OnLoadInfo event.

See Also

Elements:

OnLoadInfo event, LoadInfoBits property, LoadInfoFlags property, LoadInfoFormat property, LoadInfoHeight property, LoadInfoOffset property, LoadInfoWidth property, LoadInfoXRes property, LoadInfoYRes property

Topics:

Raster Images: Loading Files