[This is preliminary documentation and is subject to change.]

Possible values of the MeteringMode property

Namespace: Tools.MetadataT.ExifT
Assembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
public enum MeteringModeValues
Visual Basic
<CLSCompliantAttribute(False)> _
Public Enumeration MeteringModeValues
Visual C++
[CLSCompliantAttribute(false)]
public enum class MeteringModeValues
F#
[<CLSCompliantAttribute(false)>]
type MeteringModeValues
JScript
public enum MeteringModeValues

Members

Member nameValueDescription
Unknown0unknown
Average1Average
CenterWeightedAverage2Center weighted average
Spot3Spot
MultiSpot4MultiSpot
Pattern5Pattern
PartialMode6Partial
Other255Other
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also