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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFExposureMode type parameter.
Remarks
This XMP property represents EXIF tag 41986 (0xA402) and indicates the exposure mode set when the image was shot.
See Also