ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGCoreCtl Control > IGCoreCtl Events > IGStatus Event |
Fired each time IG operation reports the progress, if enabled. The number of reports is usually linear to the image height, e.g., progress is reported after decoding each raster during image loading. New IGStatusReport Object is created each time the event is fired.
Sub IGCoreCtl1_IGStatus (ByVal pStatusReport As
IIGStatusReport)
Name | Description |
---|---|
pStatusReport | A new object containing info about the progress. |