TextDocumentAddImage Method |
Adds the provided image to the document, and returns a name for that image.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string AddImage(
MemoryStreamImageProxy image
)
Parameters
- image MemoryStreamImageProxy
- The image.
Return Value
StringThe name of the image added.
Exceptions See Also