Available in the LEADTOOLS Imaging toolkit. |
ProgressStatus event (Main Control)
Visual Basic
example
Visual
C++ 4.0 example
Access 2.0 example
Access
95, 97 example
Visual
J++ example
Syntax void ProgressStatus (short iPercent);
Overview: Refer to Detecting Events.
Remarks
Occurs repeatedly as LEADTOOLS processes data, so that you can update a status bar or detect a user interrupt.
This event is generated only if the EnableProgressEvent property is set to TRUE.
To interrupt a process, set the EnableProgressEvent property to FALSE.
The following methods generate ProgressStatus events:
AddNoise method
Average method
BinaryFilter method
ColorMerge method
ColorRes method
ColorSeparate method
Combine method
Contrast method
Deskew method
Despeckle method
Emboss method
Fill method
Flip method
GammaCorrect method
GetHistogram method
Grayscale method
Halftone method
HistoContrast method
HistoEqualize method
Hue method
Intensity method
IntensityDetect method
Invert method
Load method
Median method
Mosaic method
Posterize method
RemapIntensity method
Reverse method
Rotate method
Saturation method
Save method
Sharpen method
Shear method
Size method
SpatialFilter method
StretchIntensity method
Underlay method
See Also