ITF-14 barcode class (Interleaved 2 of 5). Also known as: Shipping Container Code, UCC-14, DUN-14 (Distribution Unit Number), SSC-14, EAN-14.

Namespace:  Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll) Version: 1.0.5.40002

Syntax

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

Remarks

The ITF-14 barcode is used to create the Shipping Container Symbol. ITF-14 is created using Interleaved 2 of 5 symbology. and contains 14 digits including 1 checksum character which can be added automatically.

Inheritance Hierarchy

See Also