Click or drag to resize

ExportExportImage Method

Exports an Image

Namespace:  Easymap.AddIn.Export
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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