VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / get_DriverVersion Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DriverVersion Method
    In This Topic
    Gets the version of device driver.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);
    
    var value; // Type: string
    value = instance.get_DriverVersion();
    
    
    function get_DriverVersion() : string;
    

    Return Value

    The version of device driver.
    Browser Compatibility
    9
    See Also