UserFastConfigs Property (ILEADRasterTwain)
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 |
short |
Bits per pixel of the scan configuration | |
long |
Buffer size of the scan configuration | |
short |
File format of the scan configuration | |
long |
Amount of time to scan the test pages for the scan configuration | |
short |
Transfer mode of the scan configuration |
See Also