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


IServiceLayerImageFormat.SupportedImageFormat Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IServiceLayerImageFormat.SupportedImageFormat Property

The individual output image format supported by Server.

[Visual Basic .NET]
Public Function get_SupportedImageFormat ( _
    ByVal Index As Integer _
) As esriImageFormat
[C#]
public esriImageFormat get_SupportedImageFormat (
    int Index
);
[C++]
HRESULT get_SupportedImageFormat(
  long Index,
  esriImageFormat* ImageFormat
);
[C++]

Parameters Index [in] Index is a parameter of type long ImageFormat [out, retval]
ImageFormat is a parameter of type esriImageFormat

Product Availability

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

See Also

IServiceLayerImageFormat Interface