ESRI.ArcGIS.ADF.Web.UI.WebControls
ImageFormat Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CartoDisplay Class : ImageFormat Property


The format of the image generated by the control in web-tier blending scenarios.

Syntax

Visual Basic (Declaration)  
Public Property ImageFormat As WebImageFormat
Visual Basic (Usage) Copy Code
Dim instance As CartoDisplay
Dim value As WebImageFormat
 
instance.ImageFormat = value
 
value = instance.ImageFormat
C#  
public WebImageFormat ImageFormat {get; set;}

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also