| Visual Basic (Declaration) | |
|---|---|
| Public Property ImageFormat As String | |
| C# | |
|---|---|
| public string ImageFormat {get; set;} | |
              The image format must be a supported MimeType name, supported by the service and the framework.              
            
            
            | C# |  Copy Code | 
|---|---|
| myWmsLayer.ImageFormat = "image/png"; | |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
 
     
     
     
    