views:

39

answers:

0

I have looked far and wide for a way to control the zoom aspect of the print preview dialog. Unfortunately, even after the following two lines of code:

PrintPreviewDlg.PrintPreviewControl.Zoom = 1.0D;
PrintPreviewDlg.PrintPreviewControl.AutoZoom = false;

The zoom drop down button is still set on "Auto" instead of 100%. This seems like it should be simple, but I haven't come up with an answer. Any ideas?