TextDocumentAddImagesFrom Method |
Adds the local images from another
TextDocument to the local images of this instance.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AddImagesFrom(
TextDocument textDocument
)
Parameters
- textDocument TextDocument
- The text document to copy the images from.
See Also