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
Syntaxpublic void SetUIMode(
RSDST UIMode,
[OptionalAttribute] bool Keep
)
Public Sub SetUIMode (
UIMode As RSDST,
<OptionalAttribute> Keep As Boolean
)
public:
void SetUIMode(
[InAttribute] RSDST UIMode,
[OptionalAttribute] [InAttribute] bool Keep
)
Parameters
- UIMode
- Type: Kofax.OmniPageCSDK.IproPlus.RSDST
- Keep (Optional)
- Type: System.Boolean
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