That's great, just what I was after. I should have thought about doing it that way.
Many thanks!
Search found 2 matches
- Wed Dec 20, 2006 1:06 pm
- Forum: .NET
- Topic: Full Screen Print Preview
- Replies: 2
- Views: 2494
- Tue Dec 19, 2006 10:46 am
- Forum: .NET
- Topic: Full Screen Print Preview
- Replies: 2
- Views: 2494
Full Screen Print Preview
Hi, Is it possible to force the print preview to be full screen? I couldn't see an obvious way of doing it. At the moment I'm using the following code to produce the preview... embeddedChart.Printer.Landscape = true; embeddedChart.Printer.Proportional = true; embeddedChart.Printer.Preview(); Thanks.