TWAIN_TRANSFER_MODES

typedef enum 
{ 
   TWAIN_TRANSFER_FILE = 0x001, 
   TWAIN_TRANSFER_MEMORY = 0x002, 
   TWAIN_TRANSFER_NATIVE = 0x004, 
} TWAIN_TRANSFER_MODES; 

Determines the transfer mode.

Value Meaning
TWAIN_TRANSFER_FILE [0x001] Use the file transfer mode.
TWAIN_TRANSFER_MEMORY [0x002] Use  the memory transfer mode.
TWAIN_TRANSFER_NATIVE [0x004] Use the native transfer mode.
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS TWAIN C API Help