Intelligent Mail Barcode

The Intelligent Mail Barcode is used by the United States Postal Service for domestic mail delivery. It encodes up to 31 digits to create a 65-bar barcode. The following example illustrates a barcode with 31 digits.

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

In this topic