IImageDisplay Interface

Provides access to the Image Display Interface.

Members

Name Description
Read/write property DeviceResolution The device resolution of the image (dots per inch).
Read/write property Height The height of the image in pixels.
Read/write property Width The width of the image in pixels.

IImageDisplay.DeviceResolution Property

The device resolution of the image (dots per inch).

Public Property DeviceResolution As Double
public double DeviceResolution {get; set;}

IImageDisplay.Height Property

The height of the image in pixels.

Public Property Height As Integer
public int Height {get; set;}

IImageDisplay.Width Property

The width of the image in pixels.

Public Property Width As Integer
public int Width {get; set;}

Classes that implement IImageDisplay

Classes Description
ImageDisplay The Image Display coclass contains the display characteristics of the image to be generated.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.