This document is archived and information here might be outdated.  Recommended version.


IImageDisplay.DeviceResolution Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageDisplay.DeviceResolution Property

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

[Visual Basic .NET]
Public Property DeviceResolution As Double
[C#]
public double DeviceResolution {get; set;}
[C++]
HRESULT get_DeviceResolution(
  double* Dpi
);
[C++]
HRESULT put_DeviceResolution(
  double Dpi
);
[C++]

Parameters Dpi [out, retval] Dpi is a parameter of type double Dpi [in] Dpi is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageDisplay Interface

.NET Related Topics

Managing application state | Map services