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).
[C++Builder] imagekitcontrolname->Scan->ScanningSpeed[
= short ]
[Delphi] imagekitcontrolname.Scan.ScanningSpeed[
= Smallint ]
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 vikScanNONUI. 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 GetCapEnumToFloat method.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.