ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
FromWebImageFormat Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > Converter Class : FromWebImageFormat Method




webImageFormat
The Web ADF WebImageFormat to convert (JPG, PNG8, etc.).
Returns the ArcGIS Server esriImageFormat corresponding to the input Web ADF WebImageFormat.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromWebImageFormat( _
   ByVal webImageFormat As WebImageFormat _
) As esriImageFormat
Visual Basic (Usage)Copy Code
Dim webImageFormat As WebImageFormat
Dim value As esriImageFormat
 
value = Converter.FromWebImageFormat(webImageFormat)
C# 
public static esriImageFormat FromWebImageFormat( 
   WebImageFormat webImageFormat
)

Parameters

webImageFormat
The Web ADF WebImageFormat to convert (JPG, PNG8, etc.).

Return Value

The equivalent ArcGIS Server esriImageFormat (esriImageJPG, esriImagePNG, etc.).

See Also

© 2010 All Rights Reserved.