Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifFlashFlags Enumeration

In This Topic
    ExifFlashFlags Enumeration
    In This Topic
    Indicates the status of flash when the image was shot.
    Syntax
    'Declaration
     
    Public Enum ExifFlashFlags 
       Inherits System.Enum
    public enum ExifFlashFlags : System.Enum 
    Members
    MemberDescription
    AutoModeAuto mode.
    CompulsoryFlashFiringCompulsory flash firing.
    CompulsoryFlashSuppressionCompulsory flash suppression.
    FlashFiredFlash fired.
    NoFlashFlash not available.
    NoFlashFunctionNo flash function.
    RedEyeReductionRed-eye reduction supported.
    ReturnDetectionSupportedStrobe return detection function exists.
    ReturnLightDetectedStrobe return light detected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.Exif.ExifFlashFlags

    See Also