Click or drag to resize

MamlRendererOldToNewImageUris Property

Dictionary that translates image references currently in the provided markdown file to new image references in the file system.

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IDictionary<string, string> OldToNewImageUris { get; }

Property Value

IDictionaryString, String
See Also