Click or drag to resize

RequestPrintResponse Class

The response to the RequestPrintHandler.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Browser.HandlersRequestPrintResponse

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class RequestPrintResponse

The RequestPrintResponse type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCancel
Creates a RequestPrintResponse that notifies the browser that the printing should be canceled.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberPrint
Creates a RequestPrintResponse that notifies the browser to proceed with printing and configure the print settings via the PrintHtmlContentHandler and PrintPdfContentHandler handlers.
Public methodStatic memberShowPrintPreview
Creates a RequestPrintResponse that notifies the browser to display the Print Preview dialog.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also