Click or drag to resize

TwainDataTransferEventArgs Properties

The TwainDataTransferEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Set to true if you want to cancel this acquisition and continue to the next. DotTwain will free the memory used during this acquisition.
Public propertyData
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.
Public propertyDataHandled
Set to true if the application will handle processing the data instead of DotTwain.
Public propertyDataLength
The number of bytes stored in the Data pointer.
Public propertyExtendedImageInfo
Gets a Hashtable containing extended image information retrieved from the device for this acquisition.
Top
See Also