Click or drag to resize

ExportExportMap Method

Exports maps using the specified MapExportFormatInfo settings

Namespace: Easymap.AddIn.Export
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void ExportMap(
	MapExportFormatInfo info
)

Parameters

info  MapExportFormatInfo
 
Remarks
Use the CreateShpMapExportFormatInfo or CreateGeoJSONMapExportFormatInfo function to create a MapExportFormatInfo class. For more information MapExportFormatInfo
See Also