KIX (Dutch KIX, Royal TNT Post KIX)

The Dutch KIX barcode (Kix class) is a 4 state postal barcode used by the Royal TNT Post of the Postal service of Netherlands.

The following example illustrates using the Kix class to encodes alpha-numeric values (Capital letters A to Z and digits 0 to 9).

Kix barcode = new Kix("1231FZ13XHS");
barcode.Draw(pngFilePath, 300, ImageFormat.Png);        
Dim barcode As Kix = New Kix("1231FZ13XHS")
barcode.Draw(pngFilePath, 300, ImageFormat.Png)

In this topic