Click or drag to resize

HtmlExportOptionsShowGetOutputFileDialog Method

Gets the output file by showing a save file dialog.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static (bool dialogResult, string outputFileName) ShowGetOutputFileDialog()

Return Value

ValueTupleBoolean, String
A tuple containing the dialog result and the selected output file name.
See Also