This property refers to the metering mode. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.
[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 method. This property value is derived from the image tags related to the picture taking conditions.


See Also

IkFile Class | IkFile.Exif Members


The ImageKit.NET3 is created by Newtone Corporation