Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > MaxiBarcodeWriteOptions Class : CountryCode Property |
[CategoryAttribute(" Options")] [DisplayNameAttribute("Country Code")] [DefaultValueAttribute()] [DescriptionAttribute("The country code that will be encoded when writing Maxi Code symbols using mode 2 or mode 3")] public int CountryCode {get; set;}
'Declaration
<CategoryAttribute(" Options")> <DisplayNameAttribute("Country Code")> <DefaultValueAttribute()> <DescriptionAttribute("The country code that will be encoded when writing Maxi Code symbols using mode 2 or mode 3")> Public Property CountryCode As Integer
'Usage
Dim instance As MaxiBarcodeWriteOptions Dim value As Integer instance.CountryCode = value value = instance.CountryCode
[CategoryAttribute(" Options")] [DisplayNameAttribute("Country Code")] [DefaultValueAttribute()] [DescriptionAttribute("The country code that will be encoded when writing Maxi Code symbols using mode 2 or mode 3")] public int CountryCode {get; set;}
@property (nonatomic, assign) NSInteger countryCode
public int getCountryCode() public void setCountryCode(int value)
CategoryAttribute(" Options") DisplayNameAttribute("Country Code") DefaultValueAttribute() DescriptionAttribute("The country code that will be encoded when writing Maxi Code symbols using mode 2 or mode 3") <br/>get_CountryCode();<br/>set_CountryCode(value);<br/>Object.defineProperty('CountryCode');
[CategoryAttribute(" Options")] [DisplayNameAttribute("Country Code")] [DefaultValueAttribute()] [DescriptionAttribute("The country code that will be encoded when writing Maxi Code symbols using mode 2 or mode 3")] public: property int CountryCode { int get(); void set ( int value); }
The country code is a 3-digit value from ISO 3166.
For an example, refer to MaxiBarcodeWriteOptions.