This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IServiceLayerImageFormat Interface > IServiceLayerImageFormat.SupportedImageFormat Property (ArcObjects .NET 10.5 SDK) |
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