PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
DeutschePostLeitcode barcode class.
Namespace:
PDFTech.Barcodes.Barcode1DAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public class DeutschePostLeitcode : UspsTrayLabel |
Visual Basic (Declaration) |
---|
Public Class DeutschePostLeitcode _ Inherits UspsTrayLabel |
Visual C++ |
---|
public ref class DeutschePostLeitcode : public UspsTrayLabel |
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
PDFTech.Barcodes.Barcode1D..::.PDFBarcode1D
PDFTech.Barcodes.Barcode1D..::.BasePDFBarcode1D
PDFTech.Barcodes.Barcode1D..::.Industrial2of5
PDFTech.Barcodes.Barcode1D..::.UspsTrayLabel
PDFTech.Barcodes.Barcode1D..::.DeutschePostLeitcode
PDFTech.Barcodes.Barcode1D..::.PDFBarcode1D
PDFTech.Barcodes.Barcode1D..::.BasePDFBarcode1D
PDFTech.Barcodes.Barcode1D..::.Industrial2of5
PDFTech.Barcodes.Barcode1D..::.UspsTrayLabel
PDFTech.Barcodes.Barcode1D..::.DeutschePostLeitcode