UserFastConfigs Property (ILEADRasterTwain)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

ILTFastConfig * UserFastConfigs(short iIndex)

Overview

Refer to Fast TWAIN (Scan Configurations)

Remarks

Contains an array of user-defined scan configurations that will be tested by the FindFastConfig method.

To fill this property with user-defined scan configurations, first, set the number of scan configurations in the UserFastConfigsCount property. Then, set the array of scan configurations in this property.

The BestFastConfig object has the properties listed below. For more information on each sub-property, follow the appropriate link.

 

Property

Type

Description

BitsPerPixel property (ILTFastConfig)

short

Bits per pixel of the scan configuration

BufferSize property (ILTFastConfig)

long

Buffer size of the scan configuration

FileFormat property (ILTFastConfig)

short

File format of the scan configuration

RequiredTime property (ILTFastConfig)

long

Amount of time to scan the test pages for the scan configuration

TransferMode property (ILTFastConfig)

short

Transfer mode of the scan configuration

See Also

Elements

EnableFastConfigEvent Property, UserFastConfigsCount property, FastConfigsResult property, FastConfigsResultCount property, BestFastConfig property, FindFastConfig method, StopFindFastConfig property, FastConfigEvent event

Topics

Twain Functionality: Fast TWAIN (Scan Configurations)