C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the country code when writing a Maxi Code barcode using mode 2 or mode 3.
public int CountryCode { get; set; }
Public Property CountryCode As Integer
public int CountryCode {get; set;}
@property (nonatomic, assign) NSInteger countryCode
public int getCountryCode()
public void setCountryCode(int value)
<br/>get_CountryCode();<br/>set_CountryCode(value);<br/>Object.defineProperty('CountryCode');
A 3-digit Int32 to be used when writing a Maxi Code barcode using mode 2 or mode 3.
The country code is a 3-digit value from ISO 3166.
For an example, refer to MaxiBarcodeWriteOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET