Code 39 barcode class. Also known as: 3 of 9 Code, USD-3.

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

Syntax

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

Remarks

Code 39 is the most popular bar code symbology used for ID, inventory, tracking and labeling. It can be read by most types of scanners. Characters available for encoding include uppercase letters and numbers. It is self checking but when additional security is required, a check character is an option. It is the standard bar code used by the United States Department of Defense, and is also used by the Health Industry Bar Code Council (HIBCC).

Inheritance Hierarchy

System..::Object
  Lesnikowski.Barcode..::BaseBarcode
    Lesnikowski.Barcode..::SimpleBarcode
      Lesnikowski.Barcode..::SimpleBarcodeNW
        Lesnikowski.Barcode..::Barcode39
          Lesnikowski.Barcode..::Barcode39Ext
          Lesnikowski.Barcode..::BarcodeNumly
          Lesnikowski.Barcode..::BarcodePZN

See Also