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

Show in webframe

PostalCodeChar Property








Gets or sets the alphanumeric postal code when writing a Maxi Code barcode using mode 3.
Syntax
[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);
}

Property Value

6-characters to be used when writing a Maxi Code barcode using mode 3.
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