Class PrintPdfContentResponse
- Namespace
- DotNetBrowser.Print.Handlers
- Assembly
- DotNetBrowser.dll
A response for the PrintPdfContentHandler.
public class PrintPdfContentResponse
- Inheritance
-
PrintPdfContentResponse
- Inherited Members
Methods
- Cancel()
Creates a PrintPdfContentResponse instance that tells the Chromium engine to cancel printing.
- Print(PdfPrinter<IPdfSettings>)
Creates a PrintPdfContentResponse instance that tells the Chromium engine to proceed with the passed printer.
- Print(SystemPrinter<IPdfSettings>)
Creates a PrintPdfContentResponse instance that tells the Chromium engine to proceed with the passed printer.