This property refers to the compression mode used for a compressed Exif image. This is the numerator.

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

Property Value

CompressedBitsPerPixel0 is the numerator for the compression mode

CompressedBitsPerPixel1 is the denominator for the compression mode

The compression mode = CompressedBitsPerPixel0 / CompressedBitsPerPixel1 (bit/pixel units)

Explanation

The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

This property refers to the compression mode used for a compressed Exif image.

See Also

ImageKit.File.Exif Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation