Click or drag to resize

TextDocumentControllerInsertImageInDocumentAndGetUrl(Stream, String) Method

Inserts an image stream into the document and returns the inserted image URL.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string InsertImageInDocumentAndGetUrl(
	Stream memoryStream,
	string fileExtension
)

Parameters

memoryStream  Stream
The image stream.
fileExtension  String
The image file extension.

Return Value

String
The URL that references the inserted image.

Implements

ITextDocumentControllerInsertImageInDocumentAndGetUrl(Stream, String)
See Also