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
Syntaxpublic RSDST GetUIMode(
out bool Keep
)
Public Function GetUIMode (
<OutAttribute> ByRef Keep As Boolean
) As RSDST
public:
RSDST GetUIMode(
[OutAttribute] bool% Keep
)
Parameters
- Keep
- Type: System.Boolean
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