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) 
<BindableAttribute(False)>
<DefaultValueAttribute()>
<ResCategoryAttribute("Image Output")>
<ResDescriptionAttribute("Format of output image.")>
Public Overridable Property ImageFormat As WebImageFormat
Visual Basic (Usage)Copy Code
Dim instance As CartoDisplay
Dim value As WebImageFormat
 
instance.ImageFormat = value
 
value = instance.ImageFormat
C# 
[BindableAttribute(false)]
[DefaultValueAttribute()]
[ResCategoryAttribute("Image Output")]
[ResDescriptionAttribute("Format of output image.")]
public virtual WebImageFormat ImageFormat {get; set;}

See Also

© 2010 All Rights Reserved.