VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer.Panels Namespace / WebUiTwainSelectDevicePanelJS type / get_SelectedDevice Property
Syntax BrowserCompatibility SeeAlso
    get_SelectedDevice Method
    Gets a selected TWAIN device.
    Syntax
    var instance = new Vintasoft.Imaging.DocumentViewer.Panels.WebUiTwainSelectDevicePanelJS(settings, deviceManager);
    
    var value; // Type: object
    value = instance.get_SelectedDevice();
    
    

    Return Value

    The Vintasoft.Twain.WebTwainDeviceJS object if there is selected device; null if device list is empty.
    Browser Compatibility
    56+
    45+
    11
    See Also