Click or drag to resize

MamlExportOptions.Export Method

Exports the specified TextDocument to an external markdown file.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public void Export(
	TextDocument document,
	string fileName,
	List<MarkdownError>? errors = null
)

Parameters

document  TextDocument
The document to export.
fileName  String
Full name of the Maml file to export to. Note that if exporting to multiple Maml files, this is the base file name only; the file names will be derived from this name.
errors  List<MarkdownError>  (Optional)
A list that collects error messages.
See Also