←Select platform

PostalCodeNum Property

Summary

Gets or sets the numeric postal code when writing a Maxi Code barcode using mode 2.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int PostalCodeNum { get; set; } 
Public Property PostalCodeNum As Integer 
public int PostalCodeNum {get; set;} 
@property (nonatomic, assign) NSInteger postalCodeNum 
public int getPostalCodeNum() 
public void setPostalCodeNum(int value) 
             
 <br/>get_PostalCodeNum();<br/>set_PostalCodeNum(value);<br/>Object.defineProperty('PostalCodeNum');  
public: 
property int PostalCodeNum { 
   int get(); 
   void set (    int ); 
} 

Property Value

A 9-digit Int32 to be used when writing a Maxi Code barcode using mode 2.

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