MapExportSizeMode Class
In This Article
Lists values used to specify how a Map dashboard item should be resized when being exported.
#Declaration
TypeScript
declare class MapExportSizeMode
#Remarks
Values returned by this class are used to set the DashboardPdfExportOptions.MapSizeMode property.
Warning
A use of ASPx
API reduces flexibility when you configure the control. The DashboardASPx
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the Dashboard
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
#Properties
#None Property
A map dashboard item is exported in a size identical to that shown on the dashboard
#Declaration
TypeScript
static readonly None: string
#Property Value
Type |
---|
string |
#Zoom Property
A map dashboard item is resized proportionally to best fit the exported page.
#Declaration
TypeScript
static readonly Zoom: string
#Property Value
Type |
---|
string |