ESRI.ArcGIS.ADF.Web
FromWebImageFormat Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > Converter Class : FromWebImageFormat Method




format
Converts the ESRI Web ADF WebImageFormat enumeration value to the corresponding ESRI Web ADF ImageFormat value.

Syntax

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

Parameters

format

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.