Click or drag to resize

ExportExportImage Method

Exports an Image

Namespace:  Easymap.AddIn.Export
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public void ExportImage(
	ImageFormatInfo info
)

Parameters

info
Type: Easymap.AddIn.ExportImageFormatInfo
ImageFormatInfo created by the CreateImageFormatInfo(ImageFormat) function.
Remarks
Exports an Image. See the ImageFormatInfo class for more information.
See Also