ITextDocumentControllerEhReferencedImageUrlsChanged Method |
Notifies the controller that the referenced local image URLs changed.
Namespace: Altaxo.Gui.Text.ViewingAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid 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