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




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

Syntax

Visual Basic (Declaration) 
Public Shared Function ToWebImageFormat( _
   ByVal format As ImageFormat _
) As WebImageFormat
Visual Basic (Usage)Copy Code
Dim format As ImageFormat
Dim value As WebImageFormat
 
value = Converter.ToWebImageFormat(format)
C# 
public static WebImageFormat ToWebImageFormat( 
   ImageFormat 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.