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 : PostalCodeChar Property |
[DefaultValueAttribute()] [DisplayNameAttribute("Postal Code Char")] [CategoryAttribute(" Options")] [DescriptionAttribute("The alphanumeric postal code that will be encoded when writing Maxi Code symbols using mode 3")] public string PostalCodeChar {get; set;}
'Declaration
<DefaultValueAttribute()> <DisplayNameAttribute("Postal Code Char")> <CategoryAttribute(" Options")> <DescriptionAttribute("The alphanumeric postal code that will be encoded when writing Maxi Code symbols using mode 3")> Public Property PostalCodeChar As String
'Usage
Dim instance As MaxiBarcodeWriteOptions Dim value As String instance.PostalCodeChar = value value = instance.PostalCodeChar
[DefaultValueAttribute()] [DisplayNameAttribute("Postal Code Char")] [CategoryAttribute(" Options")] [DescriptionAttribute("The alphanumeric postal code that will be encoded when writing Maxi Code symbols using mode 3")] public string PostalCodeChar {get; set;}
@property (nonatomic, copy) NSString *postalCodeChar
public string getPostalCodeChar() public void setPostalCodeChar(string value)
DefaultValueAttribute() DisplayNameAttribute("Postal Code Char") CategoryAttribute(" Options") DescriptionAttribute("The alphanumeric postal code that will be encoded when writing Maxi Code symbols using mode 3") <br/>get_PostalCodeChar();<br/>set_PostalCodeChar(value);<br/>Object.defineProperty('PostalCodeChar');
[DefaultValueAttribute()] [DisplayNameAttribute("Postal Code Char")] [CategoryAttribute(" Options")] [DescriptionAttribute("The alphanumeric postal code that will be encoded when writing Maxi Code symbols using mode 3")] public: property String^ PostalCodeChar { String^ get(); void set ( String^ value); }
For an example, refer to MaxiBarcodeWriteOptions.