ImageGear v26.5 - Updated
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
    public ImGearXMPEnum<ImGearEXIFWhiteBalanceMode> WhiteBalance {get; set;}
    public: __property ImGearXMPEnum<ImGearEXIFWhiteBalanceMode>* get_WhiteBalance();
    public: __property void set_WhiteBalance( 
       ImGearXMPEnum<ImGearEXIFWhiteBalanceMode>* value
    );

    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