VintaSoft Twain .NET SDK 15.4: 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.WebTwainCountryCodeEnumJS
value = instance.get_CountryCode();

Return Value

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