How to print from C# - Please help

  • Thread starter Thread starter Anand Ganesh
  • Start date Start date
A

Anand Ganesh

Hi All,

How to print from C# to a plotter or printer?

How to set the page sizes?

How to scale the images that is being printed?

How this printing mechanism works?

Any suggestions please?

Thanks for your time.

Regards
Anand Ganesh
 
That's too many broad questions for me to be able to help you out.
For two good articles on printing, I suggest:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/printwinforms.asp
and
http://www.fawcette.com/vsm/2002_11/magazine/features/eaton/default.asp

The first link above has a nice simple hello world exercise that
requires less than 10 lines of code.

If you really want to know the internals, I suggest the book:
Programming Microsoft Windows with C# by Charles Petzold

http://www.amazon.com/exec/obidos/A...0379633/sr=2-2/ref=sr_2_2/104-5627040-4492710
 
Thanks a lot Mike. I will check these.

Michael Mayer said:
That's too many broad questions for me to be able to help you out.
For two good articles on printing, I suggest:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/printwinforms.asp
and
http://www.fawcette.com/vsm/2002_11/magazine/features/eaton/default.asp

The first link above has a nice simple hello world exercise that
requires less than 10 lines of code.

If you really want to know the internals, I suggest the book:
Programming Microsoft Windows with C# by Charles Petzold

http://www.amazon.com/exec/obidos/A...0379633/sr=2-2/ref=sr_2_2/104-5627040-4492710
 
Back
Top