Click or drag to resize

GraphDocumentBaseExportActionsRenderAsEnhancedMetafileVectorFormat Method

Renders the graph document as enhanced metafile image in vector format with the options given in renderingOptions

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Metafile RenderAsEnhancedMetafileVectorFormat(
	GraphDocumentBase document,
	EmbeddedObjectRenderingOptions renderingOptions
)

Parameters

document  GraphDocumentBase
The graph document used.
renderingOptions  EmbeddedObjectRenderingOptions
The embedded rendering export options.

Return Value

Metafile
The rendered enhanced metafile.
See Also