WebBrowser::ShowPageSetupDialog Method ()
Opens the Internet Explorer Page Setup dialog box.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
You can use this method to implement a Page Setup menu item similar to the one on the Internet Explorer File menu. This method displays the Page Setup dialog box, which lets your users specify header and footer values and other page settings prior to printing. To print the current document, use the Print method or the ShowPrintDialog method. To display the Print Preview dialog box, use the ShowPrintPreviewDialog method.
The following code example demonstrates how to use the ShowPageSetupDialog method to implement a Page Setup menu option that is similar to the one on the Internet Explorer File menu. This example requires that your form contains a menu with a menu item called MenuItemFilePageSetup and a WebBrowser control called webBrowser1.
for immediate callers to use this control. Demand value: LinkDemand; NIB: Named Permission Sets: FullTrust.
to access the printer through this method. Demand value: Demand. Associated enumeration: DefaultPrinting.
Available since 2.0