This document is archived and information here might be outdated. Recommended version. |
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.