Skip to main content
All docs
V23.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.v23.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