This document is archived and information here might be outdated. Recommended version. |
Displays the Page Setup Dialog.
[Visual Basic .NET] Public Function DoModal ( _ ByVal hWnd As Integer, _ ByVal pPage As IPage _ ) As Boolean
[C#] public bool DoModal ( int hWnd, IPage pPage );
Set IPageSetupDialog::Printer and IPageSetupDialog::PageLayout to valid objects before calling the DoModal method.