[This is preliminary documentation and is subject to change.]
Possible values of the ExposureProgram property
Namespace: Tools.MetadataT.ExifTAssembly: 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 name | Value | Description | |
|---|---|---|---|
| NotDefined | 0 | Not defined | |
| Manual | 1 | Manual | |
| NormalProgram | 2 | Normal program | |
| AperturePriority | 3 | Aperture priority | |
| ShutterPriority | 4 | Shutter priority | |
| CreativeProgram | 5 | Creative program (biased toward depth of field) | |
| ActionProgram | 6 | Action program (biased toward fast shutter speed) | |
| PortraitMode | 7 | Portrait mode (for closeup photos with the background out of focus) | |
| LandscapeMode | 8 | Landscape mode (for landscape photos with the background in focus) | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |