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

MapExportSizeMode Class

Lists values used to specify how a Map dashboard item should be resized when being exported.

Declaration

declare class MapExportSizeMode

Remarks

Values returned by this class are used to set the DashboardPdfExportOptions.MapSizeMode property.

Properties

None Property

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

Declaration

static readonly None: string

Property Value

Type
string

Zoom Property

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

Declaration

static readonly Zoom: string

Property Value

Type
string