Click or drag to resize

EmbeddedObjectRenderingOptionsSourceDpiResolution Property

Gets or sets the dpi resolution of the bitmap or bitmap embedded in a metafile that is rendered.

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

Property Value

Double
The source dpi resolution.
Exceptions
ExceptionCondition
ArgumentExceptionSourceDpiResolution has to be >0
See Also