This document is archived and information here might be outdated. Recommended version. |
Generates an image of the map, based on the given map description, and writes the image to a specified file on disk. Supported file types are: 'bmp', 'jpg', 'tif', 'png'/'png8', 'png24', 'emf', 'ps', 'pdf', 'ai', 'gif', and 'svg'/'svgz'.
[Visual Basic .NET] Public Function ExportMapImage ( _ ByVal mapDesc As IMapDescription, _ ByVal imageDesc As IImageDescription _ ) As IMapImage
[C#] public IMapImage ExportMapImage ( IMapDescription mapDesc, IImageDescription imageDesc );
[C++]
HRESULT ExportMapImage(
IMapDescription* mapDesc,
IImageDescription* imageDesc
);
[C++] Parameters mapDesc [in]
mapDesc is a parameter of type IMapDescription* imageDesc [in]
imageDesc is a parameter of type IImageDescription*