Method Print
- Namespace
- DotNetBrowser.Browser.Handlers
- Assembly
- DotNetBrowser.dll
Print()
Creates a RequestPrintResponse that notifies the browser to proceed with printing and configure the print settings via the PrintHtmlContentHandler and PrintPdfContentHandler handlers.
public static RequestPrintResponse Print()
Returns
- RequestPrintResponse
The RequestPrintResponse instance that can be used as a return value in RequestPrintHandler implementation.