VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerJS type / get_TwainServiceVersion Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TwainServiceVersion Method
    In This Topic
    Gets version of VintaSoft Web TWAIN service.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceManagerJS(service);
    
    var value; // Type: string
    value = instance.get_TwainServiceVersion();
    
    
    function get_TwainServiceVersion() : string;
    

    Return Value

    The version of VintaSoft Web TWAIN service.
    Browser Compatibility
    9
    See Also