VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerInitSettingsJS type / set_CountryCode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_CountryCode Method
    In This Topic
    Sets the country code, which must be used by TWAIN device manager.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceManagerInitSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebCountryCodeEnumJS
    
    returnValue = instance.set_CountryCode(value);
    
    
    function set_CountryCode(
    value
    An instance of WebCountryCodeEnumJS class that defines the country code. Default value is "USA".
    : WebCountryCodeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebCountryCodeEnumJS class that defines the country code. Default value is "USA".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    See Also