MamlExportOptionsExportShowDialog Method |
Exports the
TextDocument to a markdown file, showing first the file save dialog.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ExportShowDialog(
TextDocument document
)
Parameters
- document TextDocument
- The document to export.
See Also