This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset Interface > IMosaicDataset.DeviceDpi Property (ArcObjects .NET 10.4 SDK) |
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(
double pDpi
);
[C++]
Parameters pDpi [out, retval] pDpi is a parameter of type double pDpi [in] pDpi is a parameter of type double