GraphDocumentBaseExportActionsDoExportGraph(GraphDocumentBase, String, GraphExportOptions) Method |
Exports the specified graph document using the provided export options.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void DoExportGraph(
GraphDocumentBase doc,
string fileName,
GraphExportOptions graphExportOptions
)
Parameters
- doc GraphDocumentBase
- The graph document.
- fileName String
- The target file name.
- graphExportOptions GraphExportOptions
- The export options.
See Also