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

In This Topic
    ExifExposureProgram Enumeration
    In This Topic
    The class of the program used by the camera to set exposure when the picture is taken.
    Syntax
    'Declaration
     
    Public Enum ExifExposureProgram 
       Inherits System.Enum
    public enum ExifExposureProgram : System.Enum 
    Members
    MemberDescription
    ActionProgramAction program (biased toward fast shutter speed)
    AperturePriorityAperture priority
    CreativeProgramCreative program (biased toward depth of field)
    LandscapeModeLandscape mode (for landscape photos with the background in focus)
    ManualManual
    NormalProgramNormal program
    NotDefinedNot defined (default).
    PortraitModePortrait mode (for closeup photos with the background out of focus)
    ShutterPriorityShutter priority
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also