Click or drag to resize

EmbeddedObjectRenderingOptionsRenderEnhancedMetafile Property

Gets or sets a value indicating whether an enhanced metafile should be rendered to display the embedded object.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool RenderEnhancedMetafile { get; set; }

Property Value

Boolean
true if an enhanced metafile should be rendered; otherwise, false.
See Also