Class SaveAsPdfResponse
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
The response to the SaveAsPdfHandler.
public sealed class SaveAsPdfResponse
- Inheritance
-
SaveAsPdfResponse
- Inherited Members
Properties
- Canceled
Indicates whether the dialog was canceled.
- SelectedFile
Gets the selected file.
Methods
- Cancel()
Creates a SaveAsPdfResponse that notifies the browser that the dialog was canceled.
- SaveToFile(string)
Creates a SaveAsPdfResponse that notifies the browser that the file was selected in the file chooser dialog.