Click or drag to resize

MamlRendererRemoveOldContentsOfImageFolder Method

Removes the old image files. This function will work only if there is a dedicated image folder, i.e. ImageFileNames has a value.

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void RemoveOldContentsOfImageFolder(
	string fullImageFolderName
)

Parameters

fullImageFolderName  String
The full path of the image folder.
See Also