ImageGear .NET - Updated October 26, 2017
ExposureBiasValue Property (ImGearEXIFXMPMetadata)




ImageGear23.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : ExposureBiasValue Property
Gets or sets ExposureBiasValue property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property ExposureBiasValue As ImGearXMPRational
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.ExposureBiasValue = value
 
value = instance.ExposureBiasValue

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 37380 (0x9204) and specifies exposure bias, unit is APEX.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members