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


IImageDescription.Display Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageDescription Interface > IImageDescription.Display Property
ArcGIS Developer Help

IImageDescription.Display Property

The display characteristics of the image to be generated.

[Visual Basic .NET]
Public Property Display As IImageDisplay
[C#]
public IImageDisplay Display {get; set;}
[C++]
HRESULT get_Display(
  IImageDisplay** imgDisplay
);
[C++]
HRESULT put_Display(
  IImageDisplay* imgDisplay
);
[C++]
Parameters
imgDisplay [out, retval]

imgDisplay is a parameter of type IImageDisplay** imgDisplay [in]
imgDisplay is a parameter of type IImageDisplay*

Product Availability

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

Remarks

Display includes the size and the device resolution of the image.

See Also

IImageDescription Interface