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
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also