MamlRendererStorePngImageFile Method |
Stores a PNG image stream in the configured image folder.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void StorePngImageFile(
Stream imageStream,
string contentHash
)
Parameters
- imageStream Stream
- The image stream.
- contentHash String
- The content hash used as file name.
See Also