This property refers to the metering mode. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData methods.
[Visual Basic] Public ReadOnly Property
MeteringMode As Integer
[C#] public int MeteringMode {get;}
Property Value
Value | Explanation |
---|---|
0 | Unknown |
1 | Average |
2 | CounterWeightedAverage |
3 | Spot |
4 | MultiSpot |
5 | Pattern |
6 | Partial |
255 | Other |
Explanation
The MeteringMode property refers to the metering mode. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData methods. This property value is derived from the image tags related to the picture taking conditions.