Skip to main content

MapPrintingOptions.SizeMode Property

OBSOLETE

This property is obsolete now. Use the DashboardPrintPreviewOptions.MapSizeMode/DashboardPdfExportOptions.MapSizeMode properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

Gets or sets the print size mode for the map dashboard item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

#Declaration

[DefaultValue(MapPrintingSizeMode.Zoom)]
[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.MapSizeMode/DashboardPdfExportOptions.MapSizeMode properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public MapPrintingSizeMode SizeMode { get; set; }

#Property Value

Type Default Description
MapPrintingSizeMode Zoom

A MapPrintingSizeMode enumeration member that specifies the print size mode for the map dashboard item.

Available values:

Name Description
None

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

Zoom

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

See Also