This property sets whether or not the extended user interface is used.

[C++Builder]   imagekitcontrolname->Scan->ExtUiMode [ = short ]
[Delphi]   imagekitcontrolname.Scan.ExtUiMode [ = Smallint ]

Property Value

Value Explanation
0 Start up the UI mode that was last used
1 Start up the professional mode
2 Start up the automatic mode
3 Start up the home mode
4 Start up the automatic mode (with no error messages and supressed UI)
5 Start up office mode
7 Start up sheet feed only mode

Explanation

This property sets whether or not the extended user interface is used.

Extended UI mode is available only for certain Epson scan drivers

The ExtUiMode property settings are only possible when displayed with the standard "EPSON Scan" user interface. For example: In ES Series, all settings except 2 and 4 are possible. In the GT Series, all settings except 5 is possible when not connected to the ADF but if the ADF is connected then settings 2 or 4 are also not possible. The ExtUiMode property is enabled when the UiMode property is vikScanUI or vikScanUICLOSE.

To retrieve the value supported by the scanner, execute the GetCapEnum method.

Setting this value

This value can be set at runtime.

Retrieving this value

This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation