Click or drag to resize

GraphDocumentBaseExportActions Class

Common expoert actions for all classes derived from GraphDocument.
Inheritance Hierarchy
SystemObject
  Altaxo.GraphGraphDocumentBaseExportActions

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class GraphDocumentBaseExportActions

The GraphDocumentBaseExportActions type exposes the following members.

Properties
 NameDescription
Public propertyStatic member_graphExportOptionsToFile 
Top
Methods
 NameDescription
Public methodStatic memberDoExportGraph(GraphDocumentBase, String) 
Public methodStatic memberDoExportGraph(GraphDocumentBase, String, GraphExportOptions) 
Public methodStatic memberRenderAsBitmap Renders the graph document as bitmap with default PixelFormat.Format32bppArgb.
Public methodStatic memberRenderAsEnhancedMetafileVectorFormat Renders the graph document as enhanced metafile image in vector format with the options given in renderingOptions
Public methodStatic memberSaveMiniProject Internal routine to save a mini project under a given name.
Public methodStatic memberShowExportMultipleGraphsAsMiniProjectDialogShows the multi file export dialog and exports the graphs as mini projects.
Public methodStatic memberShowExportMultipleGraphsDialogShows the multi file export dialog and exports the graphs, using the GraphExportOptions that are stored in this class.
Public methodStatic memberShowExportMultipleGraphsDialogAndExportOptionsShows the dialog to choose the graph export options, and then the multi file export dialog.
Public Extension MethodShowFileExportDialog 
Public Extension MethodShowFileExportMetafileDialog 
Public Extension MethodShowFileExportSpecificDialog 
Public Extension MethodShowFileExportTiffDialog 
Public methodStatic memberShowGraphExportOptionsDialog Shows the graph export options dialog and thus sets the current graph export options.
Top
See Also