Click or drag to resize

Export Class

This helper class contains image export functions
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Export
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class Export : BaseObject

The Export type exposes the following members.

Methods
  NameDescription
Public methodCreateExcelDataExportInfo
Creates a ExcelDataExportInfo for a data export
Public methodCreateGeoJSONMapExportFormatInfo
Creates a GeoJSONMapExportFormatInfo for a shape export
Public methodCreateImageFormatInfo
Creates a ImageFormatInfo for the specified ImageFormat.
Public methodCreatePowerPointExportInfo
Creates a OfficeExportInfo for a PowerPoint export
Public methodCreateShpMapExportFormatInfo
Creates a ShpMapExportFormatInfo for a shape export
Public methodCreateWordExportInfo
Creates a OfficeExportInfo for a Word export
Public methodExportData
Exports data tables using the specified DataExportInfo settings
Public methodExportImage
Exports an Image
Public methodExportMap
Exports maps using the specified MapExportFormatInfo settings
Public methodExportOffice
Runs the export of a Word or PowerPoint from the specified OfficeExportInfo
Top
Remarks

For exporting a bitmap image see ImageFormatInfo.

For exporting a Microsoft Word Document or Microsoft Powerpoint Presentation see OfficeExportInfo.

For exporting data to a Microsoft Excel Workbook see ExcelDataExportInfo

See Also