This property refers to the number of bits per pixel in the image set in the Image property.

[Visual Basic] Public ReadOnly Property BitCount As Integer
[C#] public int BitCount {get;}

Property Value

The number of bits per pixel in an image

Value Explanation
1 2 color (i.e. Black and White)
4 16 color
8 256 color
16 16 bit color
24 24 bit color
32 32 bit color

Explanation

The BitCount property refers to the number of bits per pixel in the image. After setting the Image property, the BitCount property value is automatically updated. This property is not valid for vector images.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation