Click or drag to resize

PrintHtmlContentResponse.Print Method (PdfPrinter<PdfPrinter.IHtmlSettings>)

Creates a PrintHtmlContentResponse instance that tells the Chromium engine to proceed with the passed printer.

Namespace:  DotNetBrowser.Print.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.14.0
Syntax
C#
public static PrintHtmlContentResponse Print(
	PdfPrinter<PdfPrinter.IHtmlSettings> printer
)

Parameters

printer
Type: DotNetBrowser.Print.PdfPrinter<PdfPrinter.IHtmlSettings>
The printer to use.

Return Value

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