VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerInitSettingsJS type / set_TopMostUiWindow Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_TopMostUiWindow Method
In This Topic
Sets a value indicating whether the TWAIN device UI window must be shown as a top most window.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceManagerInitSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_TopMostUiWindow(value);

Parameters

value
True - TWAIN device UI window must be shown as a top most window if parent window is NOT specified; otherwise, false.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also