This Symbology is also known as Australian 4-state postal barcode, Australia Post Customer Barcode
This Barcode Symbology is supported by the following Neodynamic products:
Barcode Professional implements C Encoding Table which allows you to encode Customer Information consisting of:
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get an Australia Post 4-State barcode image, please follow these steps:
- Set the Symbology property to AustraliaPost
- Setting up dimensions and quiet zones:
- Set the Postal4StateTrackerBarWidth property to a value ranging from 0.016 to 0.024 (Values are expressed in Inches)
- Set the Postal4StateTrackerBarHeight property to a value ranging from 0.039 to 0.063 (Values are expressed in Inches)
- Set the Postal4StateBarsSpacing property to a value ranging from 0.016 to 0.028 (Values are expressed in Inches)
- Set the QuietZoneWidth property to 0.24 (Value is expressed in Inches)
- Set the TopMargin and BottomMargin properties to 0.08 (Value is expressed in Inches)
- Setting up the value to encode:
- Set the Code property to a value with the following structure:
- 2 digits for Format Control Code (FCC) which only valid values are 11, 87, 45, 92, 59, 62, or 44
- 8 digits for Sorting Code or Delivery Point Identifier (DPID)
- (Optional) Alpha numeric characters (free format) for Customer Information Field (only available for FCC equals to 59, 62, or 44)
- For FCC equals to 59, this field is limited to 5 characters
- For FCC equals to 62 or 44, this field is limited to 10 characters
- Examples of values that can be set to the Code property based on the stated in the previous point:
- 1139987520
- 1167671415
- 5932211324A124B
- 5977665544C A P
- 5956439111ABA 9
- 6282224535555439
- 6279438541AaaB 155
- 6243289421CAM Num 20
- Reed Solomon Error Correction is automatically calculated and appended by Barcode Professional.
- Tip: You can rid of the Reed Solomon values from the Human Readable text by setting up to False the DisplayChecksum property.
- Set the CodeAlignment property to AboveLeft
- Set the Text property to an Empty string
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get an Australia Post 4-State barcode image, please follow these steps:
- Set the Symbology property to AustraliaPost
- Setting up dimensions and quiet zones:
All values for barcode dimensions are expressed in INCHES by default. However, Barcode Professional supports other unit of measurement such as Millimeter, Centimeter, and Mils. For modifying the unit of measurement for barcoding, please set up the BarcodeUnit property as needed.
- Set the Postal4StateTrackerBarWidth property to a value ranging from 0.016 to 0.024 (Values are expressed in Inches)
- Set the Postal4StateTrackerBarHeight property to a value ranging from 0.039 to 0.063 (Values are expressed in Inches)
- Set the Postal4StateBarsSpacing property to a value ranging from 0.016 to 0.028 (Values are expressed in Inches)
- Set the QuietZone property to 0.24, 0.08, 0.24, 0.08 - Left, Top, Right, Bottom (Value is expressed in Inches)
- Setting up the value to encode:
- Set the Code property to a value with the following structure:
- 2 digits for Format Control Code (FCC) which only valid values are 11, 87, 45, 92, 59, 62, or 44
- 8 digits for Sorting Code or Delivery Point Identifier (DPID)
- (Optional) Alpha numeric characters (free format) for Customer Information Field (only available for FCC equals to 59, 62, or 44)
- For FCC equals to 59, this field is limited to 5 characters
- For FCC equals to 62 or 44, this field is limited to 10 characters
- Examples of values that can be set to the Code property based on the stated in the previous point:
- 1139987520
- 1167671415
- 5932211324A124B
- 5977665544C A P
- 5956439111ABA 9
- 6282224535555439
- 6279438541AaaB 155
- 6243289421CAM Num 20
- Reed Solomon Error Correction is automatically calculated and appended by Barcode Professional.
- Tip: You can rid of the Reed Solomon values from the Human Readable text by setting up to False the DisplayChecksum property.
- Set the CodeAlignment property to AboveLeft
- Set the Text property to an Empty string