VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerInitSettingsJS type / get_CountryCode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CountryCode Method
    In This Topic
    Gets the country code, which must be used by TWAIN device manager.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceManagerInitSettingsJS();
    
    var value; // Type: Vintasoft.Twain.WebCountryCodeEnumJS
    value = instance.get_CountryCode();
    
    
    function get_CountryCode() : WebCountryCodeEnumJS;
    

    Return Value

    An instance of WebCountryCodeEnumJS class that defines the country code. Default value is "USA".
    Browser Compatibility
    9
    See Also