←Select platform

PostalCodeChar Property

Summary
Gets or sets the alphanumeric postal code when writing a Maxi Code barcode using mode 3.
Syntax
C#
VB
Objective-C
C++
Java
public string PostalCodeChar { get; set; } 
Public Property PostalCodeChar As String 
@property (nonatomic, copy) NSString *postalCodeChar 
public string getPostalCodeChar() 
public void setPostalCodeChar(string value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.