Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

PostalCodeNum Property








Gets or sets the numeric postal code when writing a Maxi Code barcode using mode 2.
Syntax
[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;}
'Declaration
 
<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
'Usage
 
Dim instance As MaxiBarcodeWriteOptions
Dim value As Integer
 
instance.PostalCodeNum = value
 
value = instance.PostalCodeNum
[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")
 <br/>get_PostalCodeNum();<br/>set_PostalCodeNum(value);<br/>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 value);
}

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

See Also

Reference

MaxiBarcodeWriteOptions Class
MaxiBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features