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

In This Topic
    ExifExposureMode Enumeration
    In This Topic
    Indicates the exposure mode set when the image was shot.
    Syntax
    'Declaration
     
    Public Enum ExifExposureMode 
       Inherits System.Enum
    public enum ExifExposureMode : System.Enum 
    Members
    MemberDescription
    AutoBracketAuto bracket
    AutoExposureAuto exposure
    ManualExposureManual exposure
    NotDefinedNot defined (default).
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also