This property refers to the position of chrominance components (CbCr) in relation to the luminance component (Y). The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

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

Property Value

Value Explanation
1 Centered
2 Co-sited

Explanation

The ThumbnailYCbCrPositioning property refers to the position of chrominance components (CbCr) in relation to the luminance component (Y). 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 relating to thumbnail image data structure.

 

See Also

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

The ImageKit WPF is created by Newtone Corporation