ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / MeteringMode Property




In This Topic
MeteringMode Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets MeteringMode property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property MeteringMode As ImGearXMPEnum(Of ImGearEXIFMeteringMode)
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearEXIFMeteringMode)
 
instance.MeteringMode = value
 
value = instance.MeteringMode

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFMeteringMode type parameter.
Remarks
This XMP property represents EXIF tag 37383 (0x9207) and specifies image metering mode.
See Also