VintaSoft Twain .NET SDK 15.4: 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: WebTwainCountryCodeEnumJS

returnValue = instance.set_CountryCode(value);

Parameters

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