ArcObjects Library Reference (OutputUI)  

IPageSetupDialog.DoModal Method

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
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Set IPageSetupDialog::Printer and IPageSetupDialog::PageLayout to valid objects before calling the DoModal method.

See Also

IPageSetupDialog Interface