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.
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 ThumbnailXResolution1 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.Win.ImageKit