How to print from C# - Please help

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
 
M

Michael Mayer

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
 
A

Anand Ganesh

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top