PDFView4NET WPF Edition
PDFIdentcodeBarcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFIdentcodeBarcode Class
Defines an Identcode barcode.
Object Model
PDFIdentcodeBarcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public Class PDFIdentcodeBarcode 
   Inherits PDFCode25InterleavedBarcode
'Usage
 
Dim instance As PDFIdentcodeBarcode
public class PDFIdentcodeBarcode : PDFCode25InterleavedBarcode 
public __gc class PDFIdentcodeBarcode : public PDFCode25InterleavedBarcode 
public ref class PDFIdentcodeBarcode : public PDFCode25InterleavedBarcode 
Remarks
The Identcode 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 12 digits (11 user defined digits + 1 check digit).
The structure of Identcode barcode is:
1..2 - Mail center (outgoing)
3..5 - Customer code
6..11 - Delivery number
12 - Check digit (computed automatically)
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.PDFIdentcodeBarcode

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

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