FilePageLoaded event (Main Control)

Visual Basic example
Visual C++ 4.0 example

Syntax void FilePageLoaded ();

Overview:  Loading a Bitmap from a File

Remarks

Occurs after each page is loaded in a multi-page file.

Your code for this event must save the bitmap in a file or store it in memory, because the Main Control's bitmap is reused for the next page.

This event occurs only if the EnableFilePageLoadedEvent property is set to TRUE.

See Also

Elements:  EnableFilePageLoadedEvent property, FilePage event

Topics:  Raster Images: Loading Files
Detecting Events