ESRI.ArcGIS.ADF.IMS
ImageDescriptor Property
See Also  Send Feedback
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

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.

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.