Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxImageExportOptions.Resolution Property

Specifies the resolution (in dpi) used to export a dashboard/dashboard item to an image.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public int Resolution { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the resolution (in dpi) used when you export a dashboard/dashboard item as an image. The default value is 96.

See Also