Printing in Landscape

  • Thread starter Thread starter BlueSky
  • Start date Start date
B

BlueSky

Will I able to print documents from a web page using the
System.Drawing.Printing class to a client computer?
Thanks for any info.
 
If you're talking Intranets and you want to print to a known networked
printer - then you can use the PrintDocument object, found in the namespace
you mention. If however you're talking public websites and want to provide
some kind of "Print This Page" functionality, that isn't going to give you
what you want and you'd be better looking into a CSS related solution I would
imagine.

dcew.
 
Back
Top