Table of Contents

Method Print

Namespace
DotNetBrowser.Print.Handlers
Assembly
DotNetBrowser.dll

Print(SystemPrinter<IPdfSettings>)

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

public static PrintPdfContentResponse Print(SystemPrinter<SystemPrinter.IPdfSettings> printer)

Parameters

printer SystemPrinter<SystemPrinter.IPdfSettings>

The printer to use.

Returns

PrintPdfContentResponse

The PrintPdfContentResponse instance that can be used as a return value in PrintPdfContentHandler implementation.

Print(PdfPrinter<IPdfSettings>)

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

public static PrintPdfContentResponse Print(PdfPrinter<PdfPrinter.IPdfSettings> printer)

Parameters

printer PdfPrinter<PdfPrinter.IPdfSettings>

The printer to use.

Returns

PrintPdfContentResponse

The PrintPdfContentResponse instance that can be used as a return value in PrintPdfContentHandler implementation.