|
| ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer | |
| ToWebImageFormat Method | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > Converter Class : ToWebImageFormat Method |
- esriImageFormat
- The ArcGIS Server esriImageFormat to convert (esriImageJPG, esriImagePNG, etc.).
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function ToWebImageFormat( _ ByVal esriImageFormat As esriImageFormat _ ) As WebImageFormat | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static WebImageFormat ToWebImageFormat( esriImageFormat esriImageFormat ) | |
Parameters
- esriImageFormat
- The ArcGIS Server esriImageFormat to convert (esriImageJPG, esriImagePNG, etc.).