In This Topic
The following tables list the members exposed by
ImageInfo.
Public Properties
| Name | Description |
 | BitCount | Gets the bit count of the image. |
 | Compression | Gets the compression of the image. |
 | Height | Gets the height, in pixels, of the image. |
 | PixelType | Gets the pixel type of the image. |
 | Resolution | Gets the resolution of the image. |
 | SamplesPerPixel | Gets the number of samples per pixel in the image. |
 | Width | Gets the width, in pixels, of the image. |
Public Methods
| Name | Description |
 | ToString | Returns the string that contains information about the image. |
See Also