Click or drag to resize

TextDocumentControllerInsertImageInDocumentAndGetUrl(String) Method

Inserts an image file 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(
	string fileName
)

Parameters

fileName  String
The image file name.

Return Value

String
The URL that references the inserted image.

Implements

ITextDocumentControllerInsertImageInDocumentAndGetUrl(String)
See Also