IAltaxoProjectServiceGetProjectItemImageExporter Method |
Gets an exporter that can be used to export an image of the provided project item.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IProjectItemImageExporter? GetProjectItemImageExporter(
IProjectItem item
)
Parameters
- item IProjectItem
- The item to export, for instance an item of type GraphDocument or GraphDocument.
Return Value
IProjectItemImageExporterThe image exporter class that can be used to export the item in graphical form, or null if no exporter could be found.
See Also