The return type.
[Visual Basic .NET] Public Property ReturnType As esriImageReturnType
[C#] public esriImageReturnType ReturnType {get; set;}
[C++]
HRESULT get_ReturnType(
esriImageReturnType* ReturnType
);
[C++]
HRESULT put_ReturnType(
esriImageReturnType ReturnType
);
[C++]Parameters
ReturnType [out, retval]ReturnType is a parameter of type esriImageReturnType
ReturnType [in]ReturnType is a parameter of type esriImageReturnType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
ReturnType includes URL and MimeData. If URL is specified the image is stored as a file at the specified location (Physical Output Directory) and can be accessed by internet clients through the Virtual Output Directory. If MIME is specified a stream of bytes is returned to the client.