Deutsche Post Identcode

The Deutsche Post Identcode, represented using the DeutschePostIdentcode class, is based on Interleaved two of five and this is used by the Deutsche Post. It can encode digits from zero to nine. The following example illustrates.

DeutschePostIdentcode barcode = new DeutschePostIdentcode("12345678901");
barcode.Draw(pngFilePath, 300, ImageFormat.Png);       
Dim barcode As DeutschePostIdentcode = New DeutschePostIdentcode("12345678901")
barcode.Draw(pngFilePath, 300, ImageFormat.Png)

In this topic