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 ThumbnailYResolution1 As Integer
[C#] public int ThumbnailYResolution1 {get;}

Property Value

The ThumbnailYResolution is the number of pixels per ThumbnailResolutionUnit in the thumbnail image in the vertical direction.

The ThumbnailYResolution0 is the numerator for the ThumbnailResolutionUnit.

The ThumbnailYResolution1 is the denominator for the ThumbnailResolutionUnit.

The ThumbnailResolutionUnitThumbnailYResolution0 / ThumbnailYResolution1.

Explanation

The ThumbnailYResolution1 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