Click or drag to resize

MemoryDataTransferEventArgsCancel Property

Gets or sets a value that indicates whether the scan should be canceled.

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 the scan should be canceled.
Remarks
Set this property to true to stop the scanning.
See Also