Click or drag to resize

TextDocumentAddImage Method

Adds the provided image to the document, and returns a name for that image.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string AddImage(
	MemoryStreamImageProxy image
)

Parameters

image  MemoryStreamImageProxy
The image.

Return Value

String
The name of the image added.
Exceptions
ExceptionCondition
ArgumentNullExceptionimage
See Also