Click or drag to resize

GraphDocumentBaseExportActionsDoExportGraph(GraphDocumentBase, String, GraphExportOptions) Method

Exports the specified graph document using the provided export options.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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