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

[Visual Basic] Public WriteOnly Property ExtendedUserInterface As Integer
[C#] public int ExtendedUserInterface {set;}

Property Value

Value Explanation
0 Start up the UserInterface 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 Automatic sheet feed mode

Explanation

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

Extended UserInterface mode is available only for certain Epson scan drivers

The ExtendedUserInterface 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 ExtendedUserInterface property is enabled when the UserInterface property is Show or ShowandClose. To retrieve the value supported by your datasource, execute the GetCapabilityEnumToSingle method.

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation