PngImageInfo Properties |
The PngImageInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ColorDepth | The bits per pixel of the image, as loaded. (Inherited from ImageInfo.) | |
| FrameCount | The number of frames/images/pages in the file. (Inherited from ImageInfo.) | |
| HasTransparentColor | Indicates that the image contains a transparency color. | |
| ImageType | Obsolete. The file format. (Inherited from ImageInfo.) | |
| PixelFormat | The PixelFormat of the image, as loaded. (Inherited from ImageInfo.) | |
| PngInterlaced | Gets a value indicating if the PNG is interlaced. | |
| Resolution | The image resolution, usually in dots per inch. (Inherited from ImageInfo.) | |
| Size | The width and height of the image, as loaded. (Inherited from ImageInfo.) | |
| TransparentColor | Gets or sets the transparent color for the PNG image. |