Constructor # new DeviceInfo(deviceName, supportedCapabilities, currentSettings) Creates an instance of DeviceInfo. Parameters: Name Type Description deviceName String The name of the scan device. supportedCapabilities Object The supported capabilities of the scanner. currentSettings Object The current settings of the scanner. Source: TWTwainJS.js, line 589 Members # currentSettings :Object The current settings of the scanner. Type: Object Source: TWTwainJS.js, line 613 # deviceName :String The name of the scan device. Type: String Source: TWTwainJS.js, line 601 # supportedCapabilities :SupportedCapabilities The supported capabilities of the scanner. Type: SupportedCapabilities Source: TWTwainJS.js, line 607