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


IImageResult2.ReferenceDPI Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageResult2.ReferenceDPI Property

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

[Visual Basic .NET]
Public ReadOnly Property ReferenceDPI As Double
[C#]
public double ReferenceDPI {get;}
[C++]
HRESULT get_ReferenceDPI(
  double* Dpi
);
[C++]

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

Product Availability

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

See Also

IImageResult2 Interface