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


IImageResult.ReferenceDPI Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageResult Interface > IImageResult.ReferenceDPI Property
ArcGIS Developer Help

IImageResult.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(
  System.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

IImageResult Interface