G
Guest
I am trying to use the PageSetUpDialog and set some defaults before it shows;
PageSetUpDialog1.Document.DefaultPageSettings.Landscape =True
PageSetUpDialog1.PrinterSettings.DefaultPageSettings.Landscape = True
PageSetUpDialog1.ShowDialog
However, the dialog shows the Portrait checked, not the landscape when it
shows up. This is also the case when I try to set the default margins. Why
does the dialog not show the defaults that I have set?
PageSetUpDialog1.Document.DefaultPageSettings.Landscape =True
PageSetUpDialog1.PrinterSettings.DefaultPageSettings.Landscape = True
PageSetUpDialog1.ShowDialog
However, the dialog shows the Portrait checked, not the landscape when it
shows up. This is also the case when I try to set the default margins. Why
does the dialog not show the defaults that I have set?