This Barcode Symbology is supported by the following Neodynamic products:
. Because Barcode Professional leverages .NET drawing engine, each MICR E13-B characters is produced in high quality symbols strictly matching the IS0 1004:1995(E) standard.
For encoding MICR E13-B characters you must use the following "mapping":
All of the MICR E13-B characters are designed on a 7 by 9 matrix of 0.013 inch (0.33 mm) squares. The minimum character width is four squares (or 0.052 inch (1.3 mm)) for the numbers 1 and 2. The maximum width is 0.091 inch (2.3 mm) for the number 8, 0, and four special symbols. All characters except the On-Us and Dash symbols have a height of 0.117 inch (3 mm). The height of the On-Us symbol is 0.091 inch (2.3 mm), and the dash is 0.052 inch (1.3 mm).
will render these character sizes by default although you could use the MICRCharWidths, MICRCharHeight and MICRCharSpacing properties if needed for customizing the MICR E13-B characters' sizes.
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get MICR E13-B characters image, please follow these steps:
- Set the Symbology property to MICRE13B
- Set the Code property with the value to encode based on the character "mapping" described above.
- If needed, change the character size by using MICRCharWidths, MICRCharHeight and MICRCharSpacing properties.
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get MICR E13-B characters image, please follow these steps:
- Set the Symbology property to MICRE13B
- Set the Code property with the value to encode based on the character "mapping" described above.
- If needed, change the character size by using MICRCharWidths, MICRCharHeight and MICRCharSpacing properties.