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




In This Topic
    FlashEnergy Property (ImGearEXIFXMPMetadata)
    In This Topic
    Gets or sets FlashEnergy property of the EXIF XMP schema.
    Syntax
    'Declaration
     
    Public Property FlashEnergy As ImGearXMPRational
    'Usage
     
    Dim instance As ImGearEXIFXMPMetadata
    Dim value As ImGearXMPRational
     
    instance.FlashEnergy = value
     
    value = instance.FlashEnergy
    public ImGearXMPRational FlashEnergy {get; set;}
    public: __property ImGearXMPRational* get_FlashEnergy();
    public: __property void set_FlashEnergy( 
       ImGearXMPRational* value
    );
    public:
    property ImGearXMPRational^ FlashEnergy {
       ImGearXMPRational^ get();
       void set (    ImGearXMPRational^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPRational class value.
    Remarks
    This XMP property represents EXIF tag 41483 (0xA20B) and specifies strobe energy during image capture.
    See Also