Click or drag to resize

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.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual bool RenderWindowsMetafile { get; set; }

Property Value

Boolean
true if a windows metafile should be rendered; otherwise, false.
See Also