Click or drag to resize

EmbeddedObjectRenderingOptionsRenderBitmap Property

Gets or sets a value indicating whether a bitmap 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 RenderBitmap { get; set; }

Property Value

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