easymap office API-Reference
easymap office API-Reference
easymap office API-Reference
Easymap.AddIn.Export
Export Class
Export Methods
CreateExcelDataExportInfo Method
CreateGeoJSONMapExportFormatInfo Method
CreateImageFormatInfo Method
CreatePowerPointExportInfo Method
CreateShpMapExportFormatInfo Method
CreateWordExportInfo Method
ExportData Method
ExportImage Method
ExportMap Method
ExportOffice Method
Export
ExportImage Method
Exports an Image
Namespace:
Easymap.AddIn.Export
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
C#
VB
Copy
public
void
ExportImage
(
ImageFormatInfo
info
)
Public
Sub
ExportImage
(
info
As
ImageFormatInfo
)
Parameters
info
Type:
Easymap.AddIn.Export
ImageFormatInfo
ImageFormatInfo
created by the
CreateImageFormatInfo(ImageFormat)
function.
Remarks
Exports an Image. See the
ImageFormatInfo
class for more information.
See Also
Reference
Export Class
Easymap.AddIn.Export Namespace
Export
CreateImageFormatInfo(ImageFormat)
Easymap.AddIn.Export
ImageFormatInfo
Easymap.AddIn.Export
ImageFormat