Address
Class
Represents the base class for an address used with SwissQRCode.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class Address
Inheritance: objectAddress
Derived Classes:
Constructors
Initializes a new instance of the Address class.
C#
protected Address(string country)
Two-letter country code according to ISO 3166-1.
Properties
Country
string
Gets the country of the address.
C#
public string Country { get; }