Standard 2 of 5 barcode class. Also known as Industrial 2 of 5.

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

Syntax

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

Remarks

Used in airline ticket marking, photofinishing.

Inheritance Hierarchy

System..::Object
  Lesnikowski.Barcode..::BaseBarcode
    Lesnikowski.Barcode..::SimpleBarcode
      Lesnikowski.Barcode..::SimpleBarcodeNW
        Lesnikowski.Barcode..::BarcodeS2of5
          Lesnikowski.Barcode..::BarcodeI2of5

See Also