Click or drag to resize

MarkdownToResourceExportExport(TextDocument, String, String) Method

Exports the specified TextDocument to an external markdown file.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static (string markdownDocument, Dictionary<string, byte[]> Images) Export(
	TextDocument document,
	string resourceKeyOfDocument,
	string prefixOfResourceFiles
)

Parameters

document  TextDocument
The document to export.
resourceKeyOfDocument  String
The resource key of document.
prefixOfResourceFiles  String
The prefix of resource files. It is assumed that string resources and image resources reside in the same folder. Example: If the resource files reside in the source folder /Calc/FitFunctions, you must provide 'Altaxo.Calc.FitFunctions' (Altaxo first because its the namespace of the assembly).

Return Value

ValueTupleString, DictionaryString, Byte

[Missing <returns> documentation for "M:Altaxo.Text.MarkdownToResourceExport.Export(Altaxo.Text.TextDocument,System.String,System.String)"]

See Also