var instance = new Vintasoft.Twain.WebTwainDeviceManagerInitSettingsJS(); var returnValue; // Type: any // Parameters var value; // Type: WebCountryCodeEnumJS returnValue = instance.set_CountryCode(value);
function set_CountryCode(
valueAn 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".