TwainDataTransferEventArgs Properties |
The TwainDataTransferEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Cancel | Set to true if you want to cancel this acquisition and continue to the next. DotTwain will free the
memory used during this acquisition. | |
| Data | A pointer to the data acquired. If this data is being handled by the application it's the application's
responsibility to free this memory. | |
| DataHandled | Set to true if the application will handle processing the data instead of DotTwain. | |
| DataLength | The number of bytes stored in the Data pointer. | |
| ExtendedImageInfo | Gets a Hashtable containing extended image information retrieved from the device for this acquisition.
|