ArcGIS API for WPF - Library Reference
SupportedImageFormats Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > WmsLayer Class : SupportedImageFormats Property

Gets a collection of image formats supported by the WMS service.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SupportedImageFormats As ReadOnlyCollection(Of String)
C# 
public ReadOnlyCollection<string> SupportedImageFormats {get;}

Remarks

This property is only set after layer initialization completes and SkipGetCapabilities is false.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.