This property refers to the bit count of the image. Retrieved after executing the GetImageFileType or GetImageFileTypeFromRawData methods.
[Visual Basic] Public ReadOnly Property
FileBitCount As Integer
[C#] public int FileBitCount {get;}
Property Value
1: 2 colors (i.e.Black and
White)
4: 16 colors
8: 256 colors
16: 16 bit color
24: 24bit color
32: 32bit color
Explanation
This property is disabled for vector images.