Deutsche Post Leitcode
The Deutsche Post Leitcode 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 thing 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)