Deutsche Post Identcode Barcode.

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

Syntax

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

Remarks

Identcode barcode Symbology is used by German Post (Deutsche Post AG) (Deutsche Frachtpost). Also known as: Deutsche Post AG Identcode, German Postal 2 of 5 Identcode, Deutsche Post AG (DHL), Deutsche Frachtpost Identcode, Identcode, CodeIdentcode. The Identcode contains a tracking number providing an identification of the customer (sender) and the mail piece. The value to encode length is 11 digits plus 1 digit checksum which is calculated automatically. The value to encode must have the following structure:
  • 2 digits for ID of primary distribution center.
  • 3 digits for Customer ID.
  • 6 digits for Mailing number.

Inheritance Hierarchy

System..::Object
  Lesnikowski.Barcode..::BaseBarcode
    Lesnikowski.Barcode..::SimpleBarcode
      Lesnikowski.Barcode..::SimpleBarcodeNW
        Lesnikowski.Barcode..::BarcodeS2of5
          Lesnikowski.Barcode..::BarcodeI2of5
            Lesnikowski.Barcode..::BarcodeDeutschePost
              Lesnikowski.Barcode..::BarcodeDeutschePostIdentcode

See Also