EmbeddedObjectRenderingOptionsRenderEnhancedMetafileAsVectorFormat Property |
Gets or sets a value indicating whether when rendering an enhanced metafile, it is rendered as metafile with included bitmap or is rendered as true vector metafile.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool RenderEnhancedMetafileAsVectorFormat { get; set; }
Property Value
Booleantrue if the metafile is rendered in true vector format, otherwise,
false.
See Also