ImageGear v26.3 - Updated November 9, 2022
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

Property Value

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