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
 

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

Back
Top