This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageDescription Interface > IImageDescription.Display Property (ArcObjects .NET 10.4 SDK) |
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
Display includes the size and the device resolution of the image.