IsisController Events |
The IsisController type exposes the following members.
Name | Description | |
---|---|---|
AcquireCanceled |
This event will fire if the user has canceled the acquisition.
| |
AcquireFinished |
This event will fire when all of the images have been acquired. This is useful when a document feeder is used.
| |
BarcodeDetected |
This event is fired to notify the application when a barcode is detected.
| |
DataAcquired |
This event fires after the data has been transferred but before it has been processed by DotIsis.
| |
ErrorNotification |
This event is fired error is appeared.
| |
FileAcquisition |
This event is fired just before acquiring an image directly to file. You must fill in the
FileName property of the IsisFileAcquisitionEventArgs object.
| |
ImageAcquired |
This event will fire for each image acquired.
| |
ImageAcquiring |
This event is fired before the data is transferred from the device, allows the transfer to be canceled.
| |
Yield |
This event is fired during scanning and allows an application to implement yield function in order to obtain
processor attention when the SDK performs such a long operation.
|