Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have check image with MICR code on bottom .Is there any way i can use .NET to hide MICR code on check ?
Posted
Comments
Herman<T>.Instance 16-Nov-12 3:55am    
what is MICR code?
Dominic Abraham 16-Nov-12 6:05am    
Hi MICR means "Magnetic Ink Character Recognition" ? Are you trying to print the image after hiding MICR code with the help of C# ?

Regards
Dominic
prejval2006 19-Nov-12 0:43am    
ya dominic ,
i want to print the image after hiding the MICR code ...but i will be having the scanned check image only as input ...Can you provide any pointers to any code which i can refer ?
Thanks for helping

Hi
Microsoft provides one class to handle MICR. Please refer the following link . This may give you some hints.


[^]


Regards
Dominic
 
Share this answer
 
If you just want to hide the image, you can probably cut (crop) the image you have. You can do that in C#.

Some articles/discussion to crop the image
Cropping Images[^]

http://stackoverflow.com/questions/734930/how-to-crop-an-image-using-c[^]

Or probably you can replace it as well with blank/white color that you can pick from some other part of the check.

Hope that helps
Milind
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900