This Symbology is also known as Intelligent Mail, OneCode 4CB, USPS 4CB, 4-CB, 4-State Customer Barcode, USPS OneCode Solution Barcode, USPS IM
This Barcode Symbology is supported by the following Neodynamic products:
Intelligent Mail is a height-modulated barcode using four distinct, vertical bar types. It encodes a 31-digit string into 65 vertical bars each representing one of four possible states: full bar, ascender, tracker, and descender.
Intelligent Mail carries a payload 31 digits comprised of the following elements.
For each of the fields in Table 1, except the Routing Code, leading or trailing zeros shall be provided to achieve the correct size. Spaces and nulls are not acceptable characters for padding. For ZIP Codes, which have one of four lengths, encoding shall provide padding beyond the digits to be encoded. No error detection and correction, such as a checksum with POSTNET or PLANET, shall be included as part of the data fields. The Intelligent Mail Barcode Data Fields are described as follows:
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get a USPS Intelligent Mail barcode image, please follow these steps:
- Set the Symbology property to IntelligentMail or UspsOneCode4CB
- Setting up dimensions and quiet zones:
- Set the Postal4StateTrackerBarWidth property to a value ranging from 0.015 to 0.025 (Values are expressed in Inches)
- Set the Postal4StateTrackerBarHeight property to a value ranging from 0.04 to 0.08 (Values are expressed in Inches)
- Set the Postal4StateBarsSpacing property to a value ranging from 0.012 to 0.040 (Values are expressed in Inches)
- Set the QuietZoneWidth property to 0.125 (Value is expressed in Inches)
- Set the TopMargin and BottomMargin properties to 0.04 (Value is expressed in Inches)
- Setting up the value to encode:
- Set the Code property with a value with the following structure:
- 20 digits for Tracking Code which is composed of Barcode Identifier (2 digits and 2nd digit must be 0-4), Service Type Identifier (3 digits), Mailer or Customer Identifier (6 or 9 digits), and Serial or Sequence Number (9 or 6 digits depending on Mailer ID length)
- (Optional) Routing Code (Delivery Point ZIP Code) which can be composed of 0, 5, 9, or 11 digits.
- Examples of values that can be set to the Code property based on the stated in the previous rules:
- 34160265194042788110
- 9002580053457430457568477
- 91562578054046449955601201455
- 0445031376985619365776725552439
- 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 a USPS Intelligent Mail barcode image, please follow these steps:
- Set the Symbology property to IntelligentMail or UspsOneCode4CB
- 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.015 to 0.025 (Values are expressed in Inches)
- Set the Postal4StateTrackerBarHeight property to a value ranging from 0.04 to 0.08 (Values are expressed in Inches)
- Set the Postal4StateBarsSpacing property to a value ranging from 0.012 to 0.040 (Values are expressed in Inches)
- Set the QuietZone property to 0.125, 0, 0.125, 0 - Left, Top, Right and Bottom zones (Value is expressed in Inches)
- Setting up the value to encode:
- Set the Code property with a value with the following structure:
- 20 digits for Tracking Code which is composed of Barcode Identifier (2 digits and 2nd digit must be 0-4), Service Type Identifier (3 digits), Mailer or Customer Identifier (6 or 9 digits), and Serial or Sequence Number (9 or 6 digits depending on Mailer ID length)
- (Optional) Routing Code (Delivery Point ZIP Code) which can be composed of 0, 5, 9, or 11 digits.
- Examples of values that can be set to the Code property based on the stated in the previous rules:
- 34160265194042788110
- 9002580053457430457568477
- 91562578054046449955601201455
- 0445031376985619365776725552439
- Set the CodeAlignment property to AboveLeft
- Set the Text property to an Empty string