VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainGlobalSettingsJS type / getUserOS Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getUserOS Method
    In This Topic
    Returns the name of user OS.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainGlobalSettingsJS();
    
    var value; // Type: string
    value = instance.getUserOS();
    
    
    function getUserOS() : string;
    

    Return Value

    Name of user OS.
    Browser Compatibility
    9
    See Also