How to set the paper direction when printing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to print a doucument i'm creating (by drawing), but i want to set my
paper to be printed to width, how can i set it?

thanks
 
Gidi,

You can create a new instance of the PageSettings class and set the
Landscape property to true. Then, you can set the DefaultPageSettings
property on the PrintDocument class to that instance, and it should be
oriented correctly when it runs.

Hope this helps.
 
Additionally, the PrintDocument class has ALL information and settings as far
as printing function concerns.

Cheers
 
Back
Top