VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / set_UltimateDebtorCountry Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_UltimateDebtorCountry Method
In This Topic
Sets the country of the ultimate debtor's address.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_UltimateDebtorCountry(value);

Parameters

value
The country of the ultimate debtor's address. Two-character country code according to ISO 3166-1.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also