MapExporter

Description

The MapExporter class contains properties and methods for map export.

Class object properties inherited from IMapExporter

  Property name Brief description
Map The Map property determines a map to be exported.
PixelHeight The PixelHeight property determines map height in pixels.
PixelWidth The PixelWidth property determines map width in pixels.
Scale The Scale property determines the scale of the map to be exported.

Properties inherited from IExporter

  Property name Brief description
CSSClassName The CSSClassName property sets prefix for elements of HTML styles table.
Encoding Encoding property specifies a code page for a conversion table, based on which data will be exported.
ExportFromWeb The ExportFromWeb property determines which operation is to be performed on the report in the Web application: the report is exported or opened in preview mode.

Class object methods inherited from IMapExporter

  Method name Brief description
GetBitmap The GetBitmap method returns map graphic presentation.

Methods inherited from IExporter

  Method name Brief description
ExportToFile The ExportToFile method exports data to a file of specified format.

See also:

Map Assembly Classes