Full Screen Print Preview
Posted: Tue Dec 19, 2006 10:46 am
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.
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.