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);
function set_TopMostUiWindow(
: boolean
) : any;
Parameters
- value
- True - TWAIN device UI window must be shown as a top most window if parent window is NOT specified; otherwise, false.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also