Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > MaxiBarcodeWriteOptions Class : PostalCodeNum Property |
[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); }
For an example, refer to MaxiBarcodeWriteOptions.