| Name | Description | |
|---|---|---|
![]()  | BitDepth | Gets total quantity of bits used to store a single pixel. | 
![]()  | BitsPerChannel | Gets allocated (actual) size of store for each channel in bits. | 
![]()  | ChannelCount | Gets total quantity of channels in image. | 
![]()  | ChannelDepths | Gets the bit depth of each color channel in the image. | 
![]()  | ColorSpace | Gets color Space of current image. | 
![]()  | ExtraChannelInfo | Gets or sets extra channel info. Always non-null, length is always equal to number of extra channels in the image. Has zero length if the image contains no extra channels. | 
![]()  | Height | Gets height of image in pixels. | 
![]()  | ImageResolution | Gets or sets image resolution. | 
![]()  | Palette | Gets or sets image palette, for images that have Indexed colorspace. | 
![]()  | Signed | Gets or sets a value indicating whether image is signed or not. | 
![]()  | Width | Gets width of image in pixels. | 
            