[Visual
Basic] imagekitcontrolname_Scanning(ByVal
Percent As Integer)
[Visual
C++] OnScanningimagekitcontrolname(short
Percent)
Parameters
Name | Explanation |
---|---|
Percent | Refers to the percent of scan completed (0`100%) |
Explanation
The Scanning event is generated when an image is being scanned by the scan device.
The Scanning event is only enabled when using memory transfer. It is not generated when native transfer or file transfer is used. Also, when memory transfer is used, if compression is used and the BeforeScan event's Width and Height parameters have a value of -1, then the Scanning event is not generated.
To cancel, set the Scan.Cancel property to True within this event.