This property refers to the type of light source.
[Visual Basic] Public ReadOnly Property
LightSource As Integer
[C#] public int LightSource {get;}
Property Value
Value | Explanation |
---|---|
0 | Unknown |
1 | Daylight |
2 | Fluorescent |
3 | Tungsten |
17 | Standard light A |
18 | Standard light B |
19 | Standard light C |
20 | D55 |
21 | D65 |
22 | D75 |
255 | Other |
Explanation
The LightSource property refers to the type of light source.
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 picture taking conditions.
See Also
ImageKit.File.Exif Members | Newtone.ImageKit.Win.ImageKit