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.5.0.5.0.230 (.NET 4.6.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