Click or drag to resize

HtmlExportOptionsExportShowDialog Method

Exports the TextDocument to a markdown file, showing first the file save dialog.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ExportShowDialog(
	TextDocument document
)

Parameters

document  TextDocument
The document to export.
See Also