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)
Syntaxpublic bool DataHandled { get; set; }Public Property DataHandled As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating whether this data is handled by the developer.
See Also