Provides access to the Image Display Interface.
Members
Name | Description | |
---|---|---|
DeviceResolution | The device resolution of the image (dots per inch). | |
Height | The height of the image in pixels. | |
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. |