Click or drag to resize

ScannerGetUIMode Method

This method is used to retrieve the current UI mode of the scanner, which can be RSDST_UI_SHOW, RSDST_UI_HIDE or RSDST_UI_ONCE.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public RSDST GetUIMode(
	out bool Keep
)

Parameters

Keep
Type: SystemBoolean

Return Value

Type: RSDST
Remarks

Keep is an optional Boolean parameter. If this parameter is False or not specified, the native scanner UI is hidden after the scanning is finished. If this parameter is True, the Native UI of the scanner is kept displayed after the scanning is finished.

The default value of this property depends on the scanner model.

See Also