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




The device resolution of the image specified in the request (dots per inch).

Syntax

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

See Also

© 2010 All Rights Reserved.