This Symbology is also known as EAN-13 Composite Barcode, EAN-13 CC-A (CCA), EAN-13 CC-B (CCB), EAN-13 Composite A, EAN-13 Composite B, EAN-13 2D Composite, EAN-13 Composite Component A, EAN-13 Composite Component B
This Barcode Symbology is supported by the following Neodynamic products:
EAN-13 Composite Barcode is an EAN-13 linear barcode linked to a 2D barcode called CC-A or CC-B.
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get EAN-13 CC-A and CC-B Composite Barcode images, please follow these steps:
- Set the Symbology property to Ean13CCA or Ean13CCB
- Setting up dimensions and quiet zones:
- Set the BarWidth property to 0.013 (Value is expressed in Inches)
- Set the BarRatio property to 3
- Set the BarHeight property to 0.9 (Value is expressed in Inches)
- If Guard Bars are needed:
- Set the GuardBar property to True
- Set the GuardBarHeight property to 0.965 (Value is expressed in Inches)
- Set the QuietZoneWidth property to 0.091 (Value is expressed in Inches)
- Set the Code property with the primary and secondary values separated by | char (See example below).
- Add-On Settings if needed:
- Set the EanUpcSupplement to Digits2 (Two-Digit Add-On) or Digits5 (Five-Digit Add-On)
- Set the EanUpcSupplementCode with the Add-On value which must be 2 or 5 digits only
- Drawn Light Margin Indicators if needed:
- Set the DisplayLightMarginIndicator to True
- Set the Text property to the Secondary Data which was encoded into the 2D Component
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get EAN-13 CC-A and CC-B Composite Barcode images, please follow these steps:
- Set the Symbology property to Ean13CCA or Ean13CCB
- 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 BarWidth property to 0.013 (Value is expressed in Inches)
- Set the BarRatio property to 3
- Set the BarHeight property to 0.9 (Value is expressed in Inches)
- If Guard Bars are needed:
- Set the GuardBar property to True
- Set the GuardBarHeight property to 0.965 (Value is expressed in Inches)
- Set the QuietZone property to 0.091 (Value is expressed in Inches)
- Set the Code property with the primary and secondary values separated by | char (See example below).
- Add-On Settings if needed:
- Set the EanUpcSupplement to Digits2 (Two-Digit Add-On) or Digits5 (Five-Digit Add-On)
- Set the EanUpcSupplementCode with the Add-On value which must be 2 or 5 digits only
- Drawn Light Margin Indicators if needed:
- Set the DisplayLightMarginIndicator to True
- Set the Text property to the Secondary Data which was encoded into the 2D Component