IDialogService.ShowSaveFileDialog(String, String, Int32, String, String) Method
Shows the Save File dialog with the specified parameters.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Stream ShowSaveFileDialog(
string caption,
string filter,
int filterIndex,
string initialDirectory,
string fileName
)
Parameters
Name | Type | Description |
---|---|---|
caption | String | A String value, specifying the dialog’s caption. |
filter | String | A String value, specifying the available file type extensions. |
filterIndex | Int32 | An integer value, specifying the file type extension that is selected by default. |
initialDirectory | String | A String value, specifying the path to the folder opened by default. |
fileName | String | A String value, specifying the file name. |
Returns
Type | Description |
---|---|
Stream | A Stream object specifying where the dialog is transmitted. |
See Also