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.
var instance = new Vintasoft.Twain.WebTwainDeviceManagerJS(service); var value; // Type: boolean value = instance.get_IsOpened();
function get_IsOpened() : boolean;