Posnet barcode class.
Namespace: Lesnikowski.Barcode
Assembly: Barcode (in Barcode.dll)
Version: 1.0.5.40001
Syntax
| C# |
|---|
public class BarcodePostnet : SimpleBarcode |
| Visual Basic (Declaration) |
|---|
Public Class BarcodePostnet _ Inherits SimpleBarcode |
| Visual C++ |
|---|
public ref class BarcodePostnet : 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..::BarcodePostnet
Lesnikowski.Barcode..::BaseBarcode
Lesnikowski.Barcode..::SimpleBarcode
Lesnikowski.Barcode..::BarcodePostnet
See Also
BarcodePostnet Members
Lesnikowski.Barcode Namespace