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


IMosaicLODInfos.DeviceDpi Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicLODInfos Interface > IMosaicLODInfos.DeviceDpi Property
ArcGIS Developer Help

IMosaicLODInfos.DeviceDpi Property

The device DPI.

[Visual Basic .NET]
Public Property DeviceDpi As Double
[C#]
public double DeviceDpi {get; set;}
[C++]
HRESULT get_DeviceDpi(
  double pDpi
);
[C++]
HRESULT put_DeviceDpi(
  System.Double* pDpi
);
[C++]
Parameters
pDpi [in]

pDpi is a parameter of type double pDpi [out, retval]
pDpi is a parameter of type double*

Product Availability

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

See Also

IMosaicLODInfos Interface