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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFWhiteBalanceMode type parameter.
Remarks
This XMP property represents EXIF tag 41987 (0xA403) and indicates the white balance mode set when the image was shot.
See Also