Deutsche Post Leitcode

The Deutsche Post Leitcode, represented using the DeutschePostLeitcode class, is based on Interleaved two of five and is used by the Deutsche Post. It can encode digits from zero to nine. The following example illustrates using the Deutsche Post Leitcode in DynamicBarcode Creator.

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

In this topic