Click or drag to resize

PrintPdfContentResponseCancel Method

Creates a PrintPdfContentResponse instance that tells the Chromium engine to cancel printing.

Namespace:  DotNetBrowser.Print.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public static PrintPdfContentResponse Cancel()

Return Value

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