GetScanConfigs method (ILEADRasterTwain)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short GetScanConfigs(short iBitsPerPixel, short iTransferMode, short iBufferIteration)

Overview

Refer to Fast TWAIN (Scan Configurations)

Remarks

This method will get the default scan configurations based on the values of iTransferMode, iBitsPerPixel and iBufferIteration.

If iTransferMode is L_LTWAIN_NATIVE_MODE, this method will use the value of iBitsPerPixel to determine which default scan configurations to get.

If iTransferMode is L_LTWAIN_BUFFER_MODE, this method will use both iBitsPerPixel and iBufferIteration to determine which default scan configurations to get.

If iTransferMode is L_LTWAIN_FILE_MODE, this method will use the value of iBitsPerPixel to determine which scan configurations to get.

See Also

Elements

ScanConfig property, ScanConfigCount property

Topics

Twain Functionality: Fast TWAIN (Scan Configurations)