TwSX EnumerationTerminal Works - TwainScanning.Net Library
ICAP_XFERMECH values (SX_ means Setup XFer).

Namespace: TwainScanning.NativeStructs
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax

public enum TwSX
Members

  Member nameValueDescription
Native0 The native image transfer. Image is transfered to this library as a bitmap in memory.
File1 The file image transfer. Image is stored in the file specified by user.
Memory2 The memory image transfer. Image is transfered to this library through several chunks of data. Enables progress (DataSource).
MemFile4 The memory image transfer. Image is stored in the file specified by user.
See Also

Reference