VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerJS type / get_IsOpened Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsOpened Method
    In This Topic
    Gets a value indicating whether the device manager is opened.
    Syntax
    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.
    Browser Compatibility
    9
    See Also