Click or drag to resize

ITextDocumentControllerEhReferencedImageUrlsChanged Method

Notifies the controller that the referenced local image URLs changed.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void EhReferencedImageUrlsChanged(
	IEnumerable<(string Url, int urlSpanStart, int urlSpanEnd)> referencedLocalImages
)

Parameters

referencedLocalImages  IEnumerableValueTupleString, Int32, Int32
The referenced local image URLs and their span positions.
See Also