Click or drag to resize

TextDocumentImages Property

Local images for this markdown, stored in a dictionary. The key is a Guid which is created when the image is pasted into the markdown document. The value is a memory stream image proxy.

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

Property Value

IReadOnlyDictionaryString, MemoryStreamImageProxy
See Also