WebBrowser.Print Method
Assembly: System.Windows.Forms (in system.windows.forms.dll)
You can use this method to implement a Print button similar to the one in Internet Explorer. This method prints the current document without requiring further user input. To display the Print dialog box prior to printing, use the ShowPrintDialog method. To display the Page Setup dialog box, which lets your users specify header and footer values and other page settings, use the ShowPageSetupDialog method. To display the Print Preview dialog box, use the ShowPrintPreviewDialog method.
The following code example demonstrates how to use the Print method to implement a Print button for the WebBrowser control that is similar to the Print button in Internet Explorer. This example requires that your form contains a WebBrowser control called webBrowser1 and a Button control called ButtonPrint.
- SecurityPermission for immediate callers to use this control. Demand value: LinkDemand; Named Permission Sets: FullTrust.
- PrintingPermission to access the printer through this method. Demand value: Demand. Associated enumeration: DefaultPrinting.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.