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


IKmlConvertor.DPI Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlConvertor Interface > IKmlConvertor.DPI Property
ArcGIS Developer Help

IKmlConvertor.DPI Property

Get DPI property.

[Visual Basic .NET]
Public Property DPI As Integer
[C#]
public int DPI {get; set;}
[C++]
HRESULT get_DPI(
  System.Int32* pDpi
);
[C++]
HRESULT put_DPI(
  long pDpi
);
[C++]
Parameters
pDpi [out, retval]

pDpi is a parameter of type long* pDpi [in]
pDpi is a parameter of type long

Product Availability

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

See Also

IKmlConvertor Interface