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




The height of the image in pixels.

Syntax

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

See Also

© 2010 All Rights Reserved.