ESRI.ArcGIS.ADF.IMS
ImageDescriptor Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > View Class : ImageDescriptor Property




Gets or sets the properties associated with the map image.

Syntax

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

Example

See the ImageDescriptor overview for an example.

Remarks

The ImageDescriptor handles most of the properties of the view, such as output image format, image background color, virtual directory, and pixel limit for output images. Some of its properties are read-only.

See Also

© 2010 All Rights Reserved.