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.