Settings the map uses for display, such as size of the map, image format and
visibility.
Syntax
Example
This property contains a
ESRI.ArcGIS.ADF.Web.DisplaySettings
object that controls how the map resource is drawn. These settings include
whether the map is visible in the Map control, its transparency, and whether to
include in the TOC control, if one is available. The DisplaySettings also has
an ImageDescriptor property, which in turn controls the map height, width,
background transparency, DPI, data format (MIME or image), and image format.
Most of these properties can be set at design time with the map resource
properties dialog for the MapResourceManager, or with properties directly on the
Map control.
See Also