When you draw the lines on the Form, you can also draw them on the printer at the same time.

Code:
Form1.Line (100, 658)-(283, 382)
Printer.Line (100,658)-(283, 382)