This property refers to the compression method for the thumbnail image. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

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

Property Value

Value Explanation
1 Uncompressed
6 JPEG compression

Explanation

The ThumbnailCompression property refers to the compression method for the thumbnail image. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

When the thumbnail is Jpeg compression data, the return value will be 6.

See Also

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

The ImageKit WPF is created by Newtone Corporation