Print

adamdavies

Member
Joined
Aug 14, 2003
Messages
5
I am using System.Drawing.Printing

I can send a textfile to a printer.

What i would like to do is read the first line in the textfile and print the first line of text in coordintaes x and y specified in
my code.
Then read the next line of text from the textfile and print the
line of text on a new page coordinates x and y.

LOOP - Get next line from textfile and print on new page
coordinates x and y until end of file.

Can anyone help

Thanks
Adam
 
Back
Top