ImageType

A class that contains information about the type of image to be generated.

Property

Type

Description

ImageFormat

esriImageFormat

The format of the image generated. Supported image formats include: BMP, JPG, DIB, TIFF, PNG, PNG24, EMF, PS, PDF, AI, GIF, SVG and SVGZ.

ImageReturnType

esriImageReturnType

Defines how the image is returned to the client. If URL is specified the image is stored as a file in a public virtual directory and can be accessed via HTTP. If MIME is specified, a stream of bytes is returned to the client.

2/28/2020