←Select platform

CountryCode Property

Summary

Gets or sets the country code when writing a Maxi Code barcode using mode 2 or mode 3.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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;} 
<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 
[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") 
  
get_CountryCode(); 
set_CountryCode(value); 
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 ); 
} 

Property Value

A 3-digit Int32 to be used when writing a Maxi Code barcode using mode 2 or mode 3.

Remarks

The country code is a 3-digit value from ISO 3166.

Example

For an example, refer to MaxiBarcodeWriteOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize