Gets or sets the DPI of the resulting image.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public double Dpi { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Dpi As Double |
A double value specifying the DPI of the output image. The default is 0.
RemarksIf this value is zero, the screen DPI will be used instead.
See Also