Skip to main content
A newer version of this page is available. .

MapPrintingOptions Class

OBSOLETE

The MapPrintingOptions class is obsolete now. Use properties with the 'Map' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Contains settings that specify parameters affecting how Map dashboard items are printed or exported.

Namespace: DevExpress.DashboardWin

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

Declaration

[Obsolete("The MapPrintingOptions class is obsolete now. Use properties with the 'Map' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public class MapPrintingOptions :
    OptionsBase

Remarks

Use the DashboardPrintingOptions.MapOptions property to access options specific to printing/exporting Map dashboard items.

Inheritance

Object
OptionsBase
MapPrintingOptions
See Also