PDFView4NET WPF Edition
PDFLeitcodeBarcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFLeitcodeBarcode Class
Defines a Leitcode barcode.
Object Model
PDFLeitcodeBarcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public Class PDFLeitcodeBarcode 
   Inherits PDFCode25InterleavedBarcode
'Usage
 
Dim instance As PDFLeitcodeBarcode
public class PDFLeitcodeBarcode : PDFCode25InterleavedBarcode 
public __gc class PDFLeitcodeBarcode : public PDFCode25InterleavedBarcode 
public ref class PDFLeitcodeBarcode : public PDFCode25InterleavedBarcode 
Remarks
The Leitcode is a numeric barcode using the digits from 0 to 9 and is used by the Deutsche Post AG (DHL). It has a fixed length of 14 digits (13 user defined digits + 1 check digit).
The structure of Leitcode barcode is:
1..5 - ZIP code
6..8 - Street's code number
9..11 - House number
12..13 - Product code
14 - Check Digit
Inheritance Hierarchy

System.Object
   O2S.Components.PDFView4NET.Graphics.Barcodes.PDFBarcode
      O2S.Components.PDFView4NET.Graphics.Barcodes.PDFUnidimensionalBarcode
         O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCode25Barcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCode25InterleavedBarcode
               O2S.Components.PDFView4NET.Graphics.Barcodes.PDFLeitcodeBarcode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFLeitcodeBarcode Members
O2S.Components.PDFView4NET.Graphics.Barcodes Namespace