Whether MIME data for the image should be requested. This property is currently
not used.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("Gets or sets a value indicating whether MIME data for the image should be requested.")>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Image Output")>
<DefaultValueAttribute()>
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# | |
|---|
[ResDescriptionAttribute("Gets or sets a value indicating whether MIME data for the image should be requested.")]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Image Output")]
[DefaultValueAttribute()]
public bool RequestMimeData {get; set;} |
Return Value
Whether to request the scalebar as a MIME data stream from the GIS server. If
false, an image is requested.
See Also