Need Help in Printing in fanfold paper!

vbcoder123456

New member
Joined
Sep 11, 2008
Messages
2
Programming Experience
Beginner
Hi all,
I have a developed billing application using VB.NET .I use e.drawstring to print all the datas from my form to bill.

Now before printing my bill, i want the printer to align my bill so that it starts
printing from appropriate location.

How do i do that programatically using VB.NET . .?

Also i am usinga dot matrix printer with fanfold paper for printing the bill. i need only 10 lines to be printed in one fanfold paper. when number of lines crosses 10 it should automatically go to the next paper. my fanfold paper is of length 9inches X 6 inches . how can we do this ....?

Thanks in Advance.
VBCoder
 
Back
Top