get_SelectedDevice Method
Gets a selected TWAIN device.
var instance = new Vintasoft.Imaging.DocumentViewer.Panels.WebUiTwainSelectDevicePanelJS(settings, deviceManager);
var value; // Type: object
value = instance.get_SelectedDevice();
function get_SelectedDevice() : object;
Return Value
The Vintasoft.Twain.WebTwainDeviceJS object if there is selected device; null if device list is empty.