Click or drag to resize

MamlRendererWriteImageTopicFile Method

Writes a file which contains all referenced images in native resolution (without using width and height attributes). Including this file helps to ensure that all referenced images will be included into the help file.

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (string fullFileName, string guid) WriteImageTopicFile()

Return Value

ValueTupleString, String
The guid of this .aml file.
See Also