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


IMapServerLegendPatch.PatchResolution Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerLegendPatch Interface > IMapServerLegendPatch.PatchResolution Property
ArcGIS Developer Help

IMapServerLegendPatch.PatchResolution Property

The patch resolution (dots per inch).

[Visual Basic .NET]
Public Property PatchResolution As Double
[C#]
public double PatchResolution {get; set;}
[C++]
HRESULT get_PatchResolution(
  System.Double* Dpi
);
[C++]
HRESULT put_PatchResolution(
  double Dpi
);
[C++]
Parameters
Dpi [out, retval]

Dpi is a parameter of type double* Dpi [in]
Dpi is a parameter of type double

Product Availability

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

See Also

IMapServerLegendPatch Interface