ESRI.ArcGIS.DataManagementTools Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
dpi Property
See Also 
ESRI.ArcGIS.DataManagementTools Namespace > GenerateMapServerCache Class : dpi Property


The dots per inch (DPI) value should match the resolution of the output device that is used to view the map cache. If an incorrect DPI chosen does not match the resolution of the output device, the scale of the map tile will appear incorrect. The default value is 96.

(In, Required)

Syntax

Visual Basic (Declaration)  
Public Property dpi As Integer
Visual Basic (Usage) Copy Code
Dim instance As GenerateMapServerCache
Dim value As Integer
 
instance.dpi = value
 
value = instance.dpi
C#  
public int dpi {get; set;}

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family

See Also