Click or drag to resize

TextDocumentReferencedImageUrls Property

Gets or sets the collection of all referenced image Urls. A value of null means that the markdown text is not parsed and thus we do not have references evaluated. We use this only in the serialization code to serialize only those local images which are referenced in the markdown.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<(string Url, int urlSpanStart, int urlSpanEnd)>? ReferencedImageUrls { get; set; }

Property Value

IEnumerableValueTupleString, Int32, Int32
See Also