In This Topic
Gets or sets the status of flash when the image was shot.
The value is in raw format as defined in Exif specification.
Syntax
'Declaration
Public Property FlashRaw As System.Nullable(Of UShort)
public System.Nullable<ushort> FlashRaw {get; set;}
See Also