EnableFilePageLoadedEvent property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Syntax BOOL EnableFilePageLoadedEvent

Overview:  Loading a Bitmap from a File

Remarks

Specifies whether LEADTOOLS generates a FilePageLoaded event, which is fired after each page of a multi-page file, is loaded.

If EnableFilePageLoadedEvent is TRUE, the FilePageLoaded event is can be used to store or get information about each page of a multi-page file, as it is loaded. Possible values are:

Value

Meaning

TRUE

Generate FilePageLoaded events.

FALSE

Do not generate FilePageLoaded events.

See Also

Elements:  FilePageLoaded event, FilePage event

Topics:  Raster Images: Loading Files
Controlling Events