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
Members
Member name | Value | Description | |
---|---|---|---|
Native | 0 | The native image transfer. Image is transfered to this library as a bitmap in memory. | |
File | 1 | The file image transfer. Image is stored in the file specified by user. | |
Memory | 2 | The memory image transfer. Image is transfered to this library through several chunks of data. Enables progress (DataSource). | |
MemFile | 4 | The memory image transfer. Image is stored in the file specified by user. |
See Also