Question Printing at specified position measured in mm (mili-meter) units

dineshkumaar

Member
Joined
Jun 5, 2009
Messages
21
Programming Experience
10+
Hi all

I am developing a software for Printing Cheques. I want to show user a form asking the bankname with Payee, Amount, Amount in words, and Date positions in mm units so. These measurements will be used for printing the the details on the cheque at desired location.
I just want to know the method how to print these details at desired positions measured in mm relative to top-left corner.

Regards
Thanks
 
VB.NET:
e.Graphics.PageUnit = GraphicsUnit.Millimeter
 
Back
Top