| RequestPrintResponse Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DotNetBrowser.Browser.Handlers
 Syntax
Syntaxpublic sealed class RequestPrintResponse
The RequestPrintResponse type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Cancel | 
                Creates a RequestPrintResponse that notifies the browser that the printing should be canceled.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|   | 
                Creates a RequestPrintResponse that notifies the browser to proceed with printing and
                configure the print settings via the PrintHtmlContentHandler and
                PrintPdfContentHandler handlers.
             | |
|   | ShowPrintPreview | 
                Creates a RequestPrintResponse that notifies the browser to display the Print Preview dialog.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also