DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifExposureProgram Enumeration

ExifExposureProgram Enumeration
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
 
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