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.40002

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

See Also