This event is generated when an effect is being processed, a file is being loaded or saved, or when a file is converted between vector and raster
[Visual Basic]   imagekitcontrolname_Progress(ByVal Percent As Integer)
[Visual C++]     OnProgressimagekitcontrolname(short Percent)

Parameters

Name Explanation
Percent The percent of completion of the current process

Explanation

The Progress event is generated when the following things occur:

However, if the Caption, Message, or ButtonName properties have been set, the Progress event does not fire.

To cancel a process, set the Effect.Cancel, File.Cancel, or the Vector.Cancel property to True.

 

The ImageKit8 ActiveX is a product created by Newtone Corporation