Click or drag to resize

PrintHtmlContentResponseCancel Method

Creates a PrintHtmlContentResponse 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 PrintHtmlContentResponse Cancel()

Return Value

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