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