Click or drag to resize

PrintPdfContentResponsePrint Method (SystemPrinterSystemPrinterIPdfSettings)

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.13.0
Syntax
C#
public static PrintPdfContentResponse Print(
	SystemPrinter<SystemPrinterIPdfSettings> printer
)

Parameters

printer
Type: DotNetBrowser.PrintSystemPrinterSystemPrinterIPdfSettings
The printer to use.

Return Value

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