Click or drag to resize

TwainTransferMethod Enumeration

Specifies the transfer method used. This can be set with the TransferMethod property of the Device object.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum TwainTransferMethod
Members
  Member nameDescription
TWSX_NATIVE Transfer image as a 'native' bitmap in memory. This is the default method, all drivers must support it.
TWSX_FILE Transfer image as a file on host filesystem.
TWSX_MEMORY Transfer image as pixel data through memory buffers.
TWSX_FILE2 (DEPRECATED) Transfer image as a file on host filesystem. Allows long and Unicode filenames.
TWSX_MEMFILE Transfer image in file format in memory
See Also