Click or drag to resize

SaveAsPdfResponseSaveToFile Method

Creates a SaveAsPdfResponse that notifies the browser that the file was selected in the file chooser dialog.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static SaveAsPdfResponse SaveToFile(
	string file
)

Parameters

file
Type: SystemString
the selected file.

Return Value

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