USPS Tray Label barcode class.
Namespace:
Lesnikowski.BarcodeAssembly: Barcode (in Barcode.dll) Version: 1.0.5.40002
Syntax
| C# |
|---|
public class BarcodeUSPSTrayLabel : BarcodeI2of5 |
| Visual Basic (Declaration) |
|---|
Public Class BarcodeUSPSTrayLabel _ Inherits BarcodeI2of5 |
| Visual C++ |
|---|
public ref class BarcodeUSPSTrayLabel : public BarcodeI2of5 |
Remarks
Sack Label is used by United States Postal Services (USPS) for:
- labeling of postal trays,
- automation rate mailings,
- periodicals and standard mail (letter size and flat size pieces).
- 5 digits for "ZIP code" (express, priority, first-class, periodicals, standard, package)
- 3 digits for "Content Identifier Number" [CIN] (mailing class, presorting, automation process sack)
- 2 digits for "Processing Code"
Inheritance Hierarchy
System..::.Object
Lesnikowski.Barcode..::.BaseBarcode
Lesnikowski.Barcode..::.SimpleBarcode
Lesnikowski.Barcode..::.SimpleBarcodeNW
Lesnikowski.Barcode..::.BarcodeS2of5
Lesnikowski.Barcode..::.BarcodeI2of5
Lesnikowski.Barcode..::.BarcodeUSPSTrayLabel
Lesnikowski.Barcode..::.BaseBarcode
Lesnikowski.Barcode..::.SimpleBarcode
Lesnikowski.Barcode..::.SimpleBarcodeNW
Lesnikowski.Barcode..::.BarcodeS2of5
Lesnikowski.Barcode..::.BarcodeI2of5
Lesnikowski.Barcode..::.BarcodeUSPSTrayLabel