Click or drag to resize

MarkdownToResourceExport Class

Helper function to prepare the export of a markdown document, including the images, to a .resx resource file. The images are exported as byte arrays, and the Url of the images in the markdown document is changed, assuming that later on these images are available as resources.
Inheritance Hierarchy
SystemObject
  Altaxo.TextMarkdownToResourceExport

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class MarkdownToResourceExport

The MarkdownToResourceExport type exposes the following members.

Methods
 NameDescription
Public methodStatic memberExport(TextDocument, String, String) Exports the specified TextDocument to an external markdown file.
Public methodStatic memberExport(IEnumerableValueTupleTextDocument, String, String, IDictionaryString, String, IDictionaryString, Byte) Exports the specified documents.
Public methodStatic memberExport(TextDocument, String, String, IDictionaryString, String, IDictionaryString, Byte) Exports the specified document.
Public methodStatic memberExportMarkdownDocumentsToResourceFiles(IEnumerableValueTupleTextDocument, String, String, IResourceReader, IResourceWriter, Boolean, IResourceReader, IResourceWriter, Boolean) Exports the markdown documents and their referenced images to the string and the image resource file.
Public methodStatic memberExportMarkdownDocumentsToResourceFiles(IDictionaryString, String, IDictionaryString, Byte, String, IResourceReader, IResourceWriter, Boolean, IResourceReader, IResourceWriter, Boolean) Exports the collected markdown documents and images to the string and the image resource file.
Public methodStatic memberExportMarkdownDocumentToResourceFile Exports the markdown document and its referenced images to the string and the image resource file.
Top
See Also