WebBrowser::ShowPrintPreviewDialog Method ()
Opens the Internet Explorer Print Preview dialog box.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
You can use this method to implement a Print Preview menu item similar to the one on the Internet Explorer File menu. This method displays the Print Preview dialog box, letting users see how the current document will appear if it is printed. To let your users specify page settings prior to printing, use the ShowPageSetupDialog method. To print the current document, use the Print method or the ShowPrintDialog method.
The following code example demonstrates how to use the ShowPrintPreviewDialog method to implement a Print Preview menu option similar to the one on the Internet Explorer File menu. This example requires that your form contains a menu with a menu item called MenuItemFilePrintPreview.
For the complete code example, see How to: Add Web Browser Capabilities to a Windows Forms Application.
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