Gets a value indicating whether the device manager is opened.
var instance = new Vintasoft.Twain.WebTwainDeviceManagerJS(service);
var value; // Type: boolean
value = instance.get_IsOpened();
function get_IsOpened() : boolean;
Return Value
True - device manager is opened; False - device manager is closed.