Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.78 KB

how-to-print-with-a-webbrowser-control.md

File metadata and controls

42 lines (34 loc) · 1.78 KB
title description ms.date dev_langs f1_keywords helpviewer_keywords ms.assetid
How to: Print with a WebBrowser Control
Learn about how to print with a WebBrowser Control by means of C# and Visual Basic code examples.
03/30/2017
csharp
vb
WebBrowser.Print
printing [Windows Forms], Web pages
WebBrowser control [Windows Forms], examples
WebBrowser control [Windows Forms], printing from
Web pages [Windows Forms], printing
examples [Windows Forms], WebBrowser control
3fb2a305-64ce-4b6c-9258-5330d3f21b6c

How to: Print with a WebBrowser Control

The following code example demonstrates how use the xref:System.Windows.Forms.WebBrowser control to print a Web page without displaying it.

Example

[!code-csharpWebBrowserMisc#10] [!code-vbWebBrowserMisc#10]

Compiling the Code

This example requires:

  • References to the System and System.Windows.Forms assemblies.

See also