Printing

  • Thread starter Thread starter Dave Quigley[work]
  • Start date Start date
D

Dave Quigley[work]

Im working on a printing module for a program that my company is writing and
I am wondering if im working with printing the right way.

From what I understand with the PrintDocument you get a device context and
then procede to draw everything on to the page by hand. Is this the only way
to do it or is there something easier. I have a whole bunch of fields and it
would be cool if I could make a windows form that will look how it looks or
something similar and then procede to print the form. Is there a way to do
this or is it all print it out by hand?
 
Back
Top