This document is archived and information here might be outdated.  Recommended version.


IImageResult2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageResult2 Interface
ArcGIS Developer Help

IImageResult2 Interface

Provides access to the Image Result Interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property Height The height of the image in pixels.
Read-only property MimeData Binary data representing the generated image.
Read-only property MimeType The MIME type of the generated image.
Read-only property ReferenceDPI The device resolution of the image specified in the request (dots per inch).
Read-only property URL The URL of the generated image.
Read-only property Width The width of the image in pixels.

Classes that implement IImageResult2

Classes Description
ImageResult The Image Result coclass contains information about the generated image.
MapImage The Map Image coclass contains information about the generated map image.
SimpleMapImage A raster that is rendered using a renderer.