Code 128 barcode class. Lesnikowski.Barcode..::BarcodeEAN128

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

Syntax

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

Remarks

This type of bar code is used mostly in the shipping industry and on labels. This code is variable in length, alphanumeric, and continuous where all spaces are part of the characters. Each character consists of three bars and three spaces. This is a very compact, high density symbol. Because of its high density it makes very efficient use of space. Encoded characters include numbers, letters and special characters. The checksum digit is included in all Code 128 Barcodes, but it isn't printed.

Inheritance Hierarchy

System..::Object
  Lesnikowski.Barcode..::BaseBarcode
    Lesnikowski.Barcode..::SimpleBarcode
      Lesnikowski.Barcode..::SimpleBarcode01
        Lesnikowski.Barcode..::Barcode128
          Lesnikowski.Barcode..::BarcodeEAN128
          Lesnikowski.Barcode..::BarcodeSwissPostParcel

See Also