ESRI.ArcGIS.ADF.Web
ToMicrosoftImageFormat(ImageFormat) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > Converter Class > ToMicrosoftImageFormat Method : ToMicrosoftImageFormat(ImageFormat) Method




format
Converts the ESRI Web ADF ImageFormat enumeration value to the corresponding System.Drawing.Imaging.ImageFormat value.

Syntax

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