Click or drag to resize

RequestPrintResponsePrint Method

Creates a RequestPrintResponse that notifies the browser to proceed with printing and configure the print settings via the PrintHtmlContentHandler and PrintPdfContentHandler handlers.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static RequestPrintResponse Print()

Return Value

Type: RequestPrintResponse
The RequestPrintResponse instance that can be used as a return value in RequestPrintHandler implementation.
See Also