←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++
public string PostalCodeChar { get; set; } 
Public Property PostalCodeChar As String 
public string PostalCodeChar {get; set;} 
@property (nonatomic, copy) NSString *postalCodeChar 
public string getPostalCodeChar() 
public void setPostalCodeChar(string value) 
             
 <br/>get_PostalCodeChar();<br/>set_PostalCodeChar(value);<br/>Object.defineProperty('PostalCodeChar');  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly