Industrial 2 of 5 Barcode

This Symbology is also known as 2 of 5 Industrial, 2/5 Industrial, 2 of 5 Standard, Standard 2 of 5, 2/5 Standard, Code 2/5, 2 of 5, C 2 of 5

Overview
Industrial or Stanadard 2 of 5 is a low-density numeric symbology that has been with us since the 1960s. It has been used in the photofinishing and warehouse sorting industries, as well as sequentially numbering airline tickets. A more efficient implement of Industrial 2 of 5 is the Interleaved 2 of 5 symbology.

Sample of an Industrial 2 of 5 Barcode

How to create Industrial 2 of 5 barcodes using BarcodeItem

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 Industrial 2 of 5 barcode image, please follow these steps:
  • Set the Symbology property to Industrial2of5
  • Setting up dimensions and quiet zones:
    • Set the BarWidth and BarHeight properties (Values are expressed in Inches)
    • Set the QuietZone property (Value is expressed in Inches)
  • Set the Code property with the value to encode. Only numeric values are supported by this Symbology
  • Setting up the Bearer Bars if needed:
    • Set the BearerBarStyle property to Frame, or HorizontalRules
    • Set the BearerBarWidth property (Value is expressed in Inches)
  • BarcodeItem will automatically generate and append the checksum value
    • Tip 1: You can disable this behavior by setting up to False the AddChecksum property
    • Tip 2: You can leave AddChecksum property set to True but rid of the checksum value from the Human Readable text by setting up to False the DisplayChecksum property
Example of an Industrial 2 of 5 barcode image
Code property = 123456789 will produce the following barcode image:
 Copyright © 2003 - 2012 Neodynamic S.R.L. All rights reserved.