Click or drag to resize

IProjectItemImageExporter Interface

Interface to a class that is used to export project items as images.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IProjectItemImageExporter

The IProjectItemImageExporter type exposes the following members.

Methods
 NameDescription
Public methodExportAsImageToStream Saves the project item as image to the provided stream.
Top
See Also