Is there any way to Maximize the Print Preview Dialogue?
I could not see any Maximize property on the controls at properties window.
For C#:
(PrintPreviewDialog1 as Form).WindowState = FormWindowState.Maximized;