This property refers to the units of measurement for focal plane resolution in the thumbnail image. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

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

Property Value

The ThumbnailResolutionUnit is the unit of measurement for ThumbnailXResolution and ThumbnailYResolution in the thumbnail image.

The ThumbResolutionUnit is ThumbnailXResolution0 / ThumbnailXResolution1 and ThumbnailYResolution0 / ThumbnailYResolution1

Value Explanation
2 Inches
3 Centimeters

Explanation

The ThumbResolutionUnit property refers to the units of measurement for focal plane resolution in the thumbnail image.

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

The property value is derived from the image tags related to the picture taking conditions.

 

See Also

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

 

The ImageKit WPF is created by Newtone Corporation