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