This property indicates the flash firing status and the flash return status.

[Visual Basic] Public ReadOnly Property Flash As Integer
[C#] public int Flash {get;}

Property Value

This property value is recorded when the image is taken with a strobe light (flash).

Bit 0 indicates the flash firing status, and bits 1 and 2 indicate the flash return status.

   Values for bit 0 indicate whether the flash fired.

     0b = Flash did not fire

     1b = Flash fired

   Values for bits 1 and 2 indicate the return status

     00b = No strobe return detection function

     01b = Reserved

     10b = Strobe return light not detected

     11b = Strobe return light detected

 

Resulting flash tag values (in hexadecimal notation)

     0x0000 = Flash did not fire

     0x0001 = Flash fired

     0x0005 = Strobe return light not detected

     0x0007 = Strobe return light detected

* In Visual Basic an &H is used instead of 0x.

Explanation

The Flash property indicates the flash firing status and the flash return status.

The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

The property value is derived from the image tags related to the picture taking conditions.

See Also

ImageKit.File.Exif Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation