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

    Return Value

    The TWAIN version supported by device.
    Browser Compatibility
    9
    See Also