Enum Flash
Represents the status of the flash as a combination of the flags.
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
[Flags]
public enum Flash : ushort
Fields
| Name | Description |
|---|---|
| AutoMode | Auto flash mode. |
| CompulsoryFlashMode | Compulsory flash mode. |
| FlashDidNotFire | Flash did not fire. |
| FlashFired | Flash fired. |
| NoFlashFunction | No flash function. |
| RedEyeReductionMode | Red eye reduction mode. |
| StrobeReturnLightDetected | Strobe return light was detected. |
| StrobeReturnLightNotDetected | Strobe return light was not detected. |