Deutsche Post Leitcode Barcode.

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

Syntax

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

Remarks

Leitcode barcode Symbology is used by German Post (Deutsche Post AG) (Deutsche Frachtpost). Also known as: German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsche Post AG (DHL). The Leitcode gives an indication of the destination. The value to encode length is fixed to 13 digits plus 1 digit checksum which is calculated automatically. The value to encode must have the following structure:
  • 5 digits for Postal code (Postleitzahl, PLZ)
  • 3 digits for Street ID/number
  • 3 digits for House number
  • 2 digits for Product code

Inheritance Hierarchy

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

See Also