VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer.Panels Namespace / WebUiTwainSelectDevicePanelJS type / get_SelectedDevice Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_SelectedDevice Method
In This Topic
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