Click or drag to resize

MamlRendererStorePngImageFile Method

Stores a PNG image stream in the configured image folder.

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void StorePngImageFile(
	Stream imageStream,
	string contentHash
)

Parameters

imageStream  Stream
The image stream.
contentHash  String
The content hash used as file name.
See Also