Click or drag to resize

ScannerSetUIMode Method

This method is used to set the 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 void SetUIMode(
	RSDST UIMode,
	[OptionalAttribute] bool Keep
)

Parameters

UIMode
Type: Kofax.OmniPageCSDK.IproPlusRSDST
Keep (Optional)
Type: SystemBoolean
Remarks

Keep is an optional Boolean parameter, which is ignored when UIMode is RSDST_UI_HIDE. If this parameter is False or not specified, the native UI of the scanner 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.

See Also