Planet barcode class.

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

Syntax

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

Remarks

Postnet was developed by the United States Postal Service (USPS) to allow faster sorting and routing of mail. Postnet bar codes are used to encode the zip codes on mail for the Postal Service. Height of bars alternates rather than the width. Each number is represented by 5 bars. Can be used on 5-digit zip codes, 9-digit zip+4, and the new 11-digit Deliver Point bar code.

Inheritance Hierarchy

System..::Object
  Lesnikowski.Barcode..::BaseBarcode
    Lesnikowski.Barcode..::SimpleBarcode
      Lesnikowski.Barcode..::BarcodePlanet

See Also