GraphDocumentBaseExportActionsRenderAsEnhancedMetafileVectorFormat Method |
Renders the graph document as enhanced metafile image in vector format with the options given in renderingOptions
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Metafile RenderAsEnhancedMetafileVectorFormat(
GraphDocumentBase document,
EmbeddedObjectRenderingOptions renderingOptions
)
Parameters
- document GraphDocumentBase
- The graph document used.
- renderingOptions EmbeddedObjectRenderingOptions
- The embedded rendering export options.
Return Value
MetafileThe rendered enhanced metafile.
See Also