PDF .NET Library Documentation - PDF Technologies, Inc.
Industrial2of5 barcode class.

Namespace:  PDFTech.Barcodes.Barcode1D
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class Industrial2of5 : BasePDFBarcode1D
Visual Basic (Declaration)
Public Class Industrial2of5 _
	Inherits BasePDFBarcode1D
Visual C++
public ref class Industrial2of5 : public BasePDFBarcode1D

Remarks

Industrial 2 of 5 (developed in 1960s) is a low-density, variable-length numeric symbology. The symbology is called "2 of 5" due to the fact that digits are encoded with 5 bars, 2 of which are always wide (generally 3 times as wide as narrow bar) and the remaining three are narrow. The spaces in the barcode exist only to separate the bars themselves. The exact size of the spaces is not critical, but is generally the same width as a narrow bar.

Inheritance Hierarchy

See Also