VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebTwainDeviceJS type
    In This Topic
    Class that allows to work with TWAIN/SANE device.
    Syntax
    // Parameters
    var deviceName; // Type: string
    var productFamily; // Type: string
    var manufacturer; // Type: string
    var driverVersion; // Type: string
    var twainVersion; // Type: string
    var deviceManager; // Type: WebTwainDeviceManagerJS
    var is64Bit; // Type: boolean
    
    var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);
    
    
    function WebTwainDeviceJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Twain.WebTwainDeviceJS

    Browser Compatibility
    9
    See Also