Graph |
public static class GraphDocumentBaseExportActions
The GraphDocumentBaseExportActions type exposes the following members.
| Name | Description | |
|---|---|---|
| _graphExportOptionsToFile | Gets the graph export options used for file export. |
| Name | Description | |
|---|---|---|
| DoExportGraph(GraphDocumentBase, String) | Exports the specified graph document using the currently stored export options. | |
| DoExportGraph(GraphDocumentBase, String, GraphExportOptions) | Exports the specified graph document using the provided export options. | |
| RenderAsBitmap | Renders the graph document as bitmap with default PixelFormat.Format32bppArgb. | |
| RenderAsEnhancedMetafileVectorFormat | Renders the graph document as enhanced metafile image in vector format with the options given in renderingOptions | |
| SaveMiniProject | Internal routine to save a mini project under a given name. | |
| ShowExportMultipleGraphsAsMiniProjectDialog | Exports multiple graphs as mini projects. | |
| ShowExportMultipleGraphsDialog | Shows the multi file export dialog and exports the graphs, using the GraphExportOptions that are stored in this class. | |
| ShowExportMultipleGraphsDialogAndExportOptions | Shows the graph export options dialog and then the multiple-graph export dialog. | |
| ShowFileExportDialog | Shows the file-export dialog for a graph using the specified options. | |
| ShowFileExportMetafileDialog | Shows the export dialog for enhanced metafile output. | |
| ShowFileExportSpecificDialog | Shows the export-options dialog followed by the file-export dialog for a graph. | |
| ShowFileExportTiffDialog | Shows the export dialog for TIFF output. | |
| ShowGraphExportOptionsDialog | Shows the graph export options dialog and thus sets the current graph export options. |