ESRI.ArcGIS.ADF.ArcGISServer
ImageType Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapImage Class : ImageType Property




The MIME type of the image data.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property ImageType As String
Visual Basic (Usage)Copy Code
Dim instance As MapImage
Dim value As String
 
instance.ImageType = value
 
value = instance.ImageType
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public string ImageType {get; set;}

See Also

© 2010 All Rights Reserved.