VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer.Dialogs Namespace / WebTwainDeviceSelectionDialogJS type / get_SelectedDevice Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedDevice Method
    In This Topic
    Gets selected TWAIN device.
    Syntax
    var instance = new Vintasoft.Imaging.DocumentViewer.Dialogs.WebTwainDeviceSelectionDialogJS(deviceManager);
    
    var value; // Type: object
    value = instance.get_SelectedDevice();
    
    
    function get_SelectedDevice() : object;
    

    Return Value

    The Vintasoft.Twain.WebTwainDeviceJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also