ITextDocumentViewSetDocumentNameAndLocalImages Method |
Sets the name of the document, and the local images. This function must be called every time the document name has changed.
Namespace: Altaxo.Gui.Text.ViewingAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetDocumentNameAndLocalImages(
string documentName,
IReadOnlyDictionary<string, MemoryStreamImageProxy> localImages
)
Parameters
- documentName String
- The full name of the document.
- localImages IReadOnlyDictionaryString, MemoryStreamImageProxy
- The dictionary of local images.
See Also