This property refers to the color of each color plane in the Exif image arranged in order from the 1st plane to the 4th plane.

[Visual Basic] Public ReadOnly Property ComponentsConfiguration As String
[C#] public string ComponentsConfiguration {get;}

Property Value

Value Explanation
0 does not exist
1 Y
2 Cb
3 Cr
4 R
5 G
6 B

The default value for RGB is "4560" , for JPEG is "1230".

Explanation

The ComponentsConfiguration property refers to the color of each color plane in the Exif image arranged in order from the 1st plane to the 4th plane.

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

This property value is derived from the image tags related to the image color planes. This tag is provided for cases when image data uses planes other than Y,Cr,Cb and to enable support of other sequences.

See Also

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

The ImageKit WPF is created by Newtone Corporation