This property sets whether native, file, or memory transfer is used.

[Visual Basic] Public Property ScanTransfer As Newtone.ImageKit.WPF.Transfer
[C#] public Newtone.ImageKit.WPF.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.

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation