Dunfiddlin gave me an idea the other day on how to print in landscape mode: PrintDocument1.DefaultPageSettings.Landscape = True
But it doesn't work. I know the printer will print in landscape mode as I do it all the time. Is there any other code that I could use to print landscape mode?
I tried this before Dun gave me his idea:
e.PageSettings.Landscape = True
But it doesn't work. I know the printer will print in landscape mode as I do it all the time. Is there any other code that I could use to print landscape mode?
I tried this before Dun gave me his idea:
e.PageSettings.Landscape = True