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.3572.0 (4.8.3572.0)
Syntax
C#
public static class GraphDocumentBaseExportActions

The GraphDocumentBaseExportActions type exposes the following members.

Properties
 NameDescription
Public propertyStatic member_graphExportOptionsToFile Gets the graph export options used for file export.
Top
Methods
 NameDescription
Public methodStatic memberDoExportGraph(GraphDocumentBase, String) Exports the specified graph document using the currently stored export options.
Public methodStatic memberDoExportGraph(GraphDocumentBase, String, GraphExportOptions) Exports the specified graph document using the provided export options.
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 memberShowExportMultipleGraphsAsMiniProjectDialog Exports multiple 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 memberShowExportMultipleGraphsDialogAndExportOptions Shows the graph export options dialog and then the multiple-graph export dialog.
Public Extension MethodShowFileExportDialog Shows the file-export dialog for a graph using the specified options.
Public Extension MethodShowFileExportMetafileDialog Shows the export dialog for enhanced metafile output.
Public Extension MethodShowFileExportSpecificDialog Shows the export-options dialog followed by the file-export dialog for a graph.
Public Extension MethodShowFileExportTiffDialog Shows the export dialog for TIFF output.
Public methodStatic memberShowGraphExportOptionsDialog Shows the graph export options dialog and thus sets the current graph export options.
Top
See Also