USPS Sack Label barcode class.

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

Syntax

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

Remarks

Sack Label is used by United States Postal Services (USPS) for:
  • labeling of postal sacks,
  • automation rate mailings,
  • periodicals and standard mail (letter size and flat size pieces).
It contains the "ZIP code" of the receiver and a "Content Identifier Number". The value to encode length is fixed to 8 digits and it must have the following structure:
  • 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)

Inheritance Hierarchy

System..::Object
  Lesnikowski.Barcode..::BaseBarcode
    Lesnikowski.Barcode..::SimpleBarcode
      Lesnikowski.Barcode..::SimpleBarcodeNW
        Lesnikowski.Barcode..::BarcodeS2of5
          Lesnikowski.Barcode..::BarcodeI2of5
            Lesnikowski.Barcode..::BarcodeUSPSSackLabel

See Also