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




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

    Property Value

    ImGearXMPFlash class value.
    Remarks
    This XMP property represents EXIF tag 37385 (0x9209) and specifies strobe light (flash) source data.
    See Also