tags:

views:

57

answers:

1
+1  Q: 

MICR in .NET

I'm looking for libraries, fonts, UI elements and other tools for working with MICRs in .NET.

Specifically, if you had to put E13B on a check stub, how would you do it?

A: 

Could you just use a MICR font? For example:

http://www.barcoderesource.com/micrfont.shtml

rwmnau
Not exactly. Placing a micr on a check is a very very VERY exacting task. Just slapping text on a page isn't going to cut it. I've created a custom control that does use a micr font, but its horribly complex. A micr has several different parts and behaviors (depending on what is or isn't included), and the micr line and each character must be completely adjustable (x,y,width,height,skew,stroke thickness,character skew,etcetcetc). I would have liked to buy some friggen code.
Will