This property increases the speed at which a document is scanned. This property is only enabled when using a custom-built user interface (UiMode= 2).
[Visual
Basic] imagekitcontrolname.Scan.ScanningSpeed
[ = Integer ]
[Visual
C++] imagekitcontrolname.GetScan().SetScanningSpeed(short
Val)
Property Value
For Epson scan drivers
Value | Explanation |
---|---|
0 | For quality (Default) |
1 | For speed |
For Panasonic scan drivers
Value | Explanation |
---|---|
0 | Slow (Default) |
1 | Normal |
2 | Fast |
Explanation
The ScanningSpeed property increases the speed at which a document is scanned.
Scanning speed is available only for certain Epson and Panasonic scanners
The default value is 0. This property is enabled when the UiMode is 2(ikScanNONUI). Note: Increasing the speed at which the scan drivers scan a document can result in reduced quality. The possible setting values supported by a scan device can be retrieved using the GetCapEnum (GetCapEnumVariant) method.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.