←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++
[DefaultValueAttribute()] 
[DisplayNameAttribute("PostalCodeNum")] 
[CategoryAttribute("        Options")] 
[DescriptionAttribute("The numeric postal code that will be encoded when writing Maxi Code symbols using mode 2")] 
public int PostalCodeNum {get; set;} 
<DefaultValueAttribute()> 
<DisplayNameAttribute("PostalCodeNum")> 
<CategoryAttribute("     Options")> 
<DescriptionAttribute("The numeric postal code that will be encoded when writing Maxi Code symbols using mode 2")> 
Public Property PostalCodeNum As Integer 
[DefaultValueAttribute()] 
[DisplayNameAttribute("PostalCodeNum")] 
[CategoryAttribute("        Options")] 
[DescriptionAttribute("The numeric postal code that will be encoded when writing Maxi Code symbols using mode 2")] 
public int PostalCodeNum {get; set;} 
@property (nonatomic, assign) NSInteger postalCodeNum 
public int getPostalCodeNum() 
public void setPostalCodeNum(int value) 
             
DefaultValueAttribute() 
DisplayNameAttribute("PostalCodeNum") 
CategoryAttribute("     Options") 
DescriptionAttribute("The numeric postal code that will be encoded when writing Maxi Code symbols using mode 2") 
  
get_PostalCodeNum(); 
set_PostalCodeNum(value); 
Object.defineProperty('PostalCodeNum');  
[DefaultValueAttribute()] 
[DisplayNameAttribute("PostalCodeNum")] 
[CategoryAttribute("        Options")] 
[DescriptionAttribute("The numeric postal code that will be encoded when writing Maxi Code symbols using mode 2")] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize