ImageGear v26.0 - Updated
BrightnessValue Property (ImGearEXIFXMPMetadata)




ImageGear.Core Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : BrightnessValue Property
Gets or sets BrightnessValue property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property BrightnessValue As ImGearXMPRational
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.BrightnessValue = value
 
value = instance.BrightnessValue
public ImGearXMPRational BrightnessValue {get; set;}
public: __property ImGearXMPRational* get_BrightnessValue();
public: __property void set_BrightnessValue( 
   ImGearXMPRational* value
);
public:
property ImGearXMPRational^ BrightnessValue {
   ImGearXMPRational^ get();
   void set (    ImGearXMPRational^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 37379 (0x9203) and specifies brightness, unit is APEX.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.