This property sets whether native, file, or memory transfer is used.
[Visual Basic] Public Property ScanTransfer As
Newtone.ImageKit.Transfer
[C#] public Newtone.ImageKit.ScanTransfer
Transfer {get; set;}
Property Value
This value is of type ScanTransfer
Explanation
The TransferMode property sets whether native, file, or memory transfer is used. It is necessary to set this property prior to executing the Execute method. The possible transfer methods supported by a scan device can be retrieved using the GetCapabilityEnumToSingle method. Scanning events are generated for the memory transfer mode only.