ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / ExposureBiasValue Property




In This Topic
    ExposureBiasValue Property (ImGearEXIFXMPMetadata)
    In This Topic
    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
    public ImGearXMPRational ExposureBiasValue {get; set;}
    public: __property ImGearXMPRational* get_ExposureBiasValue();
    public: __property void set_ExposureBiasValue( 
       ImGearXMPRational* value
    );
    public:
    property ImGearXMPRational^ ExposureBiasValue {
       ImGearXMPRational^ get();
       void set (    ImGearXMPRational^ value);
    }

    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