Class RequestPrintResponse
- Namespace
- DotNetBrowser.Browser.Handlers
- Assembly
- DotNetBrowser.dll
The response to the RequestPrintHandler.
public sealed class RequestPrintResponse
- Inheritance
-
RequestPrintResponse
- Inherited Members
Methods
- Cancel()
Creates a RequestPrintResponse that notifies the browser that the printing should be canceled.
- Print()
Creates a RequestPrintResponse that notifies the browser to proceed with printing and configure the print settings via the PrintHtmlContentHandler and PrintPdfContentHandler handlers.
- ShowPrintPreview()
Creates a RequestPrintResponse that notifies the browser to display the Print Preview dialog.