Click or drag to resize

PrintPdfContentResponse.Print Method (SystemPrinter<SystemPrinter.IPdfSettings>)

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

Namespace:  DotNetBrowser.Print.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.21.0
Syntax
C#
public static PrintPdfContentResponse Print(
	SystemPrinter<SystemPrinter.IPdfSettings> printer
)

Parameters

printer
Type: DotNetBrowser.Print.SystemPrinter<SystemPrinter.IPdfSettings>
The printer to use.

Return Value

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