VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / get_IsOpened Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsOpened Method
    In This Topic
    Gets a value indicating whether the device is opened.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);
    
    var value; // Type: boolean
    value = instance.get_IsOpened();
    
    
    function get_IsOpened() : boolean;
    

    Return Value

    True - device is opened; False - device is closed.
    Browser Compatibility
    9
    See Also