Finds TWAIN/WIA/SANE/eSCL device by device name.
var instance = new Vintasoft.Twain.WebTwainDeviceManagerJS(service);
var value; // Type: object
// Parameters
var deviceName; // Type: string
value = instance.findDeviceByName(deviceName);
function findDeviceByName(
: string
) : object;
Parameters
- deviceName
- The name of TWAIN/WIA/SANE/eSCL device.
Return Value
Instance of WebTwainDeviceJS class if device is found; otherwise, null.