Acquisition Events |
The Acquisition 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. | |
| AsynchronousException | This event is raised when an exception is thrown during an asynchronous acquisition. | |
| BeforeTwainDataTransfer | This event will fire before the data is transferred from the device, allow the transfer to be canceled.
| |
| DeviceEvent | This event will fire when the device sends one of the DeviceEventFlags. | |
| Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) | |
| FileTransfer | This event will fire just before acquiring an image directly to file. You must fill in the FileName property of the FileTransferEventArgs object. | |
| ImageAcquired | This event will fire for each image acquired. | |
| MemoryDataTransfer | Raised during a memory transfer to allow custom handling of the image data. | |
| MemoryFileTransfer | Raised during a file transfer to allow custom handling of the image data. | |
| TwainDataTransfer | This event fires after the data has been transferred but before it has been processed by DotTwain.
|