ESRI.ArcGIS.ADF.ArcGISServer
ImageWidth Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ImageResult Class : ImageWidth Property




The width of the image in pixels.

Syntax

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

See Also

© 2010 All Rights Reserved.