ImageGear v26.0 - Updated
Flash Property (ImGearEXIFXMPMetadata)




ImageGear.Core Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : Flash Property
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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

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