GraphDocumentExportActionsRenderAsEnhancedMetafileVectorFormat(GraphDocument, EmbeddedObjectRenderingOptions, Stream) Method |
Renders the graph document as enhanced metafile image in vector format with the options given in exportOptions
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Metafile RenderAsEnhancedMetafileVectorFormat(
GraphDocument doc,
EmbeddedObjectRenderingOptions exportOptions,
Stream? stream = null
)
Parameters
- doc GraphDocument
- The graph document used.
- exportOptions EmbeddedObjectRenderingOptions
- The clipboard export options.
- stream Stream (Optional)
- Optional: if given, the metafile is additionally rendered into the stream.
Return Value
MetafileThe rendered enhanced metafile.
See Also