ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPFlash Class / Mode Property




In This Topic
Mode Property (ImGearXMPFlash)
In This Topic
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