DxImageExportOptions.Resolution Property
Specifies the resolution (in dpi) used to export a dashboard/dashboard item to an image.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
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