VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerJS type / findDeviceByName Property
Syntax BrowserCompatibility SeeAlso
In This Topic
findDeviceByName Method
In This Topic
Finds TWAIN/WIA/SANE/eSCL device by device name.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceManagerJS(service);

var value; // Type: object

// Parameters
var deviceName; // Type: string

value = instance.findDeviceByName(deviceName);

Parameters

deviceName
The name of TWAIN/WIA/SANE/eSCL device.

Return Value

Instance of WebTwainDeviceJS class if device is found; otherwise, null.
Browser Compatibility
9
See Also