ImageGear .NET - Updated October 2, 2018
Mode Property (ImGearXMPFlash)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearXMPFlash Class : Mode Property
Gets or sets the flash mode.
Syntax
'Declaration
 
Public Property Mode As ImGearXMPEnum(Of ImGearEXIFFlashMode)
 
'Usage
 
Dim instance As ImGearXMPFlash
Dim value As ImGearXMPEnum(Of ImGearEXIFFlashMode)
 
instance.Mode = value
 
value = instance.Mode

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFFlashMode type parameter.
See Also

Reference

ImGearXMPFlash Class
ImGearXMPFlash Members