Click or drag to resize

TwainDataTransferEventArgsDataHandled Property

Set to true if the application will handle processing the data instead of DotTwain.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool DataHandled { get; set; }

Property Value

Type: Boolean
A value indicating whether this data is handled by the developer.
See Also