ESRI.ArcGIS.ADF.ArcGISServer
DPI Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > CenterAndScale Class : DPI Property




The device resolution of the image.

Syntax

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

See Also

© 2010 All Rights Reserved.