This property refers to the number of pixels per resolution unit in the thumbnail images. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

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

Property Value

The ThumbnailXResolution is the number of pixels per ThumbnailResolutionUnit in the thumbnail image in the horizontal direction.

The ThumbnailXResolution0 is the numerator for the ThumbnailResolutionUnit.

The ThumbnailXResolution1 is the denominator for the ThumbnailResolutionUnit.

The ThumbnailResolutionUnit = ThumbnailXResolution0 / ThumbnailXResolution1.

Explanation

The ThumbnailnailXResolution0 property refers to the number of pixels per resolution unit in the thumbnail images. 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 resolution of the thumbnail image.

See Also

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

 

The ImageKit WPF is created by Newtone Corporation