←Select platform

PostalCodeChar Property

Summary

Gets or sets the alphanumeric postal code when writing a Maxi Code barcode using mode 3.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DefaultValueAttribute()] 
[DisplayNameAttribute("Postal Code Char")] 
[CategoryAttribute("        Options")] 
[DescriptionAttribute("The alphanumeric postal code that will be encoded when writing Maxi Code symbols using mode 3")] 
public string PostalCodeChar {get; set;} 
<DefaultValueAttribute()> 
<DisplayNameAttribute("Postal Code Char")> 
<CategoryAttribute("     Options")> 
<DescriptionAttribute("The alphanumeric postal code that will be encoded when writing Maxi Code symbols using mode 3")> 
Public Property PostalCodeChar As String 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Postal Code Char")] 
[CategoryAttribute("        Options")] 
[DescriptionAttribute("The alphanumeric postal code that will be encoded when writing Maxi Code symbols using mode 3")] 
public string PostalCodeChar {get; set;} 
@property (nonatomic, copy) NSString *postalCodeChar 
public string getPostalCodeChar() 
public void setPostalCodeChar(string value) 
             
DefaultValueAttribute() 
DisplayNameAttribute("Postal Code Char") 
CategoryAttribute("     Options") 
DescriptionAttribute("The alphanumeric postal code that will be encoded when writing Maxi Code symbols using mode 3") 
  
get_PostalCodeChar(); 
set_PostalCodeChar(value); 
Object.defineProperty('PostalCodeChar');  
[DefaultValueAttribute()] 
[DisplayNameAttribute("Postal Code Char")] 
[CategoryAttribute("        Options")] 
[DescriptionAttribute("The alphanumeric postal code that will be encoded when writing Maxi Code symbols using mode 3")] 
public: 
property String^ PostalCodeChar { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

6-characters to be used when writing a Maxi Code barcode using mode 3.

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