Click or drag to resize

TextDocumentAddImagesFrom Method

Adds the local images from another TextDocument to the local images of this instance.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddImagesFrom(
	TextDocument textDocument
)

Parameters

textDocument  TextDocument
The text document to copy the images from.
See Also