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


IKmlConvertor.DPI Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IKmlConvertor.DPI Property

Get DPI property.

[Visual Basic .NET]
Public Property DPI As Integer
[C#]
public int DPI {get; set;}
[C++]
HRESULT get_DPI(
  long* 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