This property refers to the color space information in the Exif image.
[Visual Basic] Public ReadOnly Property
ColorSpace As Integer
[C#] public int ColorSpace {get;}
Property Value
Value | Explanation |
---|---|
1 | sRGB |
Explanation
The ColorSpace property refers to the color space information in the Exif image.
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 special characteristics of the image.
See Also
ImageKit.File.Exif Members | Newtone.ImageKit.Win.ImageKit