The supported image return types for the map server. A value of esriImageReturnMimeData means that only MIME data is supported. Otherwise, either MIME data or URLs are supported.
[Visual Basic .NET] Public Function GetSupportedImageReturnTypes ( _ ) As esriImageReturnType
[C#] public esriImageReturnType GetSupportedImageReturnTypes ( );
[C++]
HRESULT GetSupportedImageReturnTypes(
esriImageReturnType* retType
);
[C++]Parameters
retType [out, retval]retType is a parameter of type esriImageReturnType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.