ESRI.ArcGIS.ADF.Web.UI.WebControls
RequestMimeData Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ScaleBar Class : RequestMimeData Property




Whether MIME data for the image should be requested. This property is currently not used.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResDescriptionAttribute("Gets or sets a value indicating whether MIME data for the image should be requested.")>
<ResCategoryAttribute("Image Output")>
Public Property RequestMimeData As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ScaleBar
Dim value As Boolean
 
instance.RequestMimeData = value
 
value = instance.RequestMimeData
C# 
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResDescriptionAttribute("Gets or sets a value indicating whether MIME data for the image should be requested.")]
[ResCategoryAttribute("Image Output")]
public bool RequestMimeData {get; set;}

Property Value

Whether to request the scalebar as a MIME data stream from the GIS server. If false, an image is requested.

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.