EnableLoadInfoEvent property (Main Control)
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