Provides access to the Image Description Interface.
When To Use
Use IImageDescription when creating MapServer output images using ExportMapImage and GetLegendInfo on IMapServer.
Members
| Name | Description | |
|---|---|---|
|  | Display | The display characteristics of the image to be generated. | 
|  | Type | The type of image to be generated. | 
IImageDescription.Display Property
The display characteristics of the image to be generated.
Public Property Display As IImageDisplay
public IImageDisplay Display {get; set;}
Remarks
Display includes the size and the device resolution of the image.
IImageDescription.Type Property
The type of image to be generated.
Public Property Type As IImageType
public IImageType Type {get; set;}
Remarks
Type includes the format and the return type (URL or Mime data) of the image.
Classes that implement IImageDescription
| Classes | Description | 
|---|---|
| ImageDescription | The Image Description coclass contains settings of the image to be generated. |