Click or drag to resize

IsisController Events

The IsisController type exposes the following members.

Events
  NameDescription
Public eventAcquireCanceled
This event will fire if the user has canceled the acquisition.
Public eventAcquireFinished
This event will fire when all of the images have been acquired. This is useful when a document feeder is used.
Public eventBarcodeDetected
This event is fired to notify the application when a barcode is detected.
Public eventDataAcquired
This event fires after the data has been transferred but before it has been processed by DotIsis.
Public eventErrorNotification
This event is fired error is appeared.
Public eventFileAcquisition
This event is fired just before acquiring an image directly to file. You must fill in the FileName property of the IsisFileAcquisitionEventArgs object.
Public eventImageAcquired
This event will fire for each image acquired.
Public eventImageAcquiring
This event is fired before the data is transferred from the device, allows the transfer to be canceled.
Public eventYield
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.
Top
See Also