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




The dots per inch of the intended output device. If a DPI is chosen that 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 CreateMapServerCache
Dim value As Integer
 
instance.dpi = value
 
value = instance.dpi
C# 
public int dpi {get; set;}

See Also

© 2010 All Rights Reserved.