VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerJS type / get_OpenedDevice Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_OpenedDevice Method
    In This Topic
    Gets the device, which is opened in device manager.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceManagerJS(service);
    
    var value; // Type: Vintasoft.Twain.WebTwainDeviceJS
    value = instance.get_OpenedDevice();
    
    
    function get_OpenedDevice() : WebTwainDeviceJS;
    

    Return Value

    WebTwainDeviceJS opened in device manager.
    Browser Compatibility
    9
    See Also