Search
ImageRenderTarget.Dpi Property
See Also
 





Gets or sets the DPI of the resulting image.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public double Dpi { get; set; }

Visual Basic  Copy Code

Public Property Dpi As Double

 Property Value

A double value specifying the DPI of the output image. The default is 0.

 Remarks

If this value is zero, the screen DPI will be used instead.

 See Also