VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
In This Topic
Changes in version 15.0
In This Topic

API changes in Vintasoft.Twain.js

Changed classes:

Vintasoft.Twain.WebTwainDeviceJS
Added properties
public number get_SaneResolution { get ; } Gets image resolution of SANE device.
public string get_SaneScanMode { get ; } Gets name of scan mode of SANE device.
public string get_SaneScanSource { get ; } Gets name of scan source of SANE device.
public number set_SaneResolution { set ; } Sets image resolution of SANE device.
public string set_SaneScanMode { set ; } Sets name of scan mode of SANE device.
public string set_SaneScanSource { set ; } Sets name of scan source of SANE device.
Added methods
public number [] getSupportedSaneResolutions() Returns supported scan resolutions of opened SANE device.
public string [] getSupportedSaneScanModes() Returns supported scan modes of opened SANE device.
public string [] getSupportedSaneScanSources() Returns supported scan sources of opened SANE device.


Vintasoft.Twain.WebTwainDeviceManagerJS
Added methods
public object findDeviceByName(string) Finds TWAIN/SANE device by device name.


Vintasoft.Twain.WebTwainGlobalSettingsJS
Added methods
public static string getUserOS() Returns the name of user OS.