[This is preliminary documentation and is subject to change.]

Possible values of the ExposureProgram property

Namespace: Tools.MetadataT.ExifT
Assembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
public enum ExposureProgramValues
Visual Basic
<CLSCompliantAttribute(False)> _
Public Enumeration ExposureProgramValues
Visual C++
[CLSCompliantAttribute(false)]
public enum class ExposureProgramValues
F#
[<CLSCompliantAttribute(false)>]
type ExposureProgramValues
JScript
public enum ExposureProgramValues

Members

Member nameValueDescription
NotDefined0Not defined
Manual1Manual
NormalProgram2Normal program
AperturePriority3Aperture priority
ShutterPriority4Shutter priority
CreativeProgram5Creative program (biased toward depth of field)
ActionProgram6Action program (biased toward fast shutter speed)
PortraitMode7Portrait mode (for closeup photos with the background out of focus)
LandscapeMode8Landscape mode (for landscape photos with the background in focus)
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also