Click or drag to resize

TwainDataTransferEventArgsCancel Property

Set to true if you want to cancel this acquisition and continue to the next. DotTwain will free the memory used during this acquisition.

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 Cancel { get; set; }

Property Value

Type: Boolean
A value indicating whether to cancel the acquisition.
See Also