VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / WebTwainDeviceJS Constructor(string,string,string,string,string,WebTwainDeviceManagerJS,boolean)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebTwainDeviceJS Constructor(string,string,string,string,string,WebTwainDeviceManagerJS,boolean)
    In This Topic
    Initializes a new instance of the WebTwainDeviceJS class.
    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(
    deviceName
    Device name.
    : string,
    productFamily
    Device product family.
    : string,
    manufacturer
    Device manufacturer.
    : string,
    driverVersion
    Device driver version.
    : string,
    twainVersion
    Device TWAIN version.
    : string,
    deviceManager
    An instance of WebTwainDeviceManagerJS class.
    : WebTwainDeviceManagerJS,
    is64Bit
    A value indicating whether the TWAIN device is 64-bit.
    : boolean
    ) : WebTwainDeviceJS;

    Parameters

    deviceName
    Device name.
    productFamily
    Device product family.
    manufacturer
    Device manufacturer.
    driverVersion
    Device driver version.
    twainVersion
    Device TWAIN version.
    deviceManager
    An instance of WebTwainDeviceManagerJS class.
    is64Bit
    A value indicating whether the TWAIN device is 64-bit.
    Browser Compatibility
    9
    See Also