This property refers to the bit count of the image. Retrieved after executing the GetImageFileType or GetImageFileTypeFromRawData method.

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

Property Value

    1F 2 colors (i.e.Black and White) 
    4F 16 colors
    8F 256 colors
  16F 16 bit color
  24F 24bit color
  32F 32bit color

Explanation

The FileBitCount property refers to the bit count of the image. Retrieved after executing the GetImageFileType or GetImageFileTypeFromRawData method.

This property is disabled for vector images.

See Also

IkFile Class | IkFile Members

The ImageKit.NET3 is created by Newtone Corporation