Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

CountryCode Property








Gets or sets the country code when writing a Maxi Code barcode using mode 2 or mode 3.
Syntax
[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);
}

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

See Also

Reference

MaxiBarcodeWriteOptions Class
MaxiBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features