EmbeddedObjectRenderingOptionsRenderWindowsMetafile Property |
Gets or sets a value indicating whether to render an windows metafile to display the embedded object. Since windows metafile doesn't support
all operations neccessary for vector operations, it is always rendered as windows metafile with an embedded bitmap.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual bool RenderWindowsMetafile { get; set; }
Property Value
Booleantrue if a windows metafile should be rendered; otherwise,
false.
See Also