| RequestSetShowScannerUI Method  | 
            Whether scanner UI should be shown.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SetShowScannerUI(
	bool showScannerUI
)
Public Sub SetShowScannerUI ( 
	showScannerUI As Boolean
)
public:
void SetShowScannerUI(
	bool showScannerUI
)
member SetShowScannerUI : 
        showScannerUI : bool -> unit 
Parameters
- showScannerUI
 - Type: SystemBoolean
 
See Also