TWAIN_TRANSFER_MODES

Summary

Determines the transfer mode.

Syntax

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

Members

TWAIN_TRANSFER_FILE

Use the file transfer mode.

TWAIN_TRANSFER_MEMORY

Use  the memory transfer mode.

TWAIN_TRANSFER_NATIVE

Use the native transfer mode.

Comments

If the Transfer Mode is TWAIN_TRANSFER_FILE, TWAIN handles output and valid values are confined to the TWAIN-supported file formats. See the formats listed for the TRANSFEROPTIONS.uFileFormat.

If the Transfer Mode is TWAIN_TRANSFER_MEMORY or TWAIN_TRANSFER_NATIVE, LEAD handles output and can be any file format LEADTOOLS supports. Refer to Formats of Output Files for valid values.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS TWAIN C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.