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

DxPdfExportOptions.MapSizeMode Property

Specifies the export size mode for the Map dashboard item.

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public MapExportSizeMode MapSizeMode { get; set; }

Property Value

Type Description
MapExportSizeMode

A MapExportSizeMode value that specifies the export size mode for the Map dashboard item.

Available values:

Name Description
None

A map dashboard item is exported in a size identical to that shown on the dashboard.

Zoom

A map dashboard item is resized proportionally to best fit the exported page.

See Also