[This is preliminary documentation and is subject to change.]
Tag numbers used in Exif Sub IFD
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 Tags |
| Visual Basic |
|---|
<CLSCompliantAttribute(False)> _ Public Enumeration Tags |
| Visual C++ |
|---|
[CLSCompliantAttribute(false)] public enum class Tags |
| F# |
|---|
[<CLSCompliantAttribute(false)>] type Tags |
| JScript |
|---|
public enum Tags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| InteroperabilityIFD | 40965 | Interoperability IFD Pointer | |
| ExifVersion | 36864 | Exif version | |
| FlashpixVersion | 40960 | Supported Flashpix version | |
| ColorSpace | 40961 | Color space information | |
| ComponentsConfiguration | 37121 | Meaning of each component | |
| CompressedBitsPerPixel | 37122 | Image compression mode | |
| PixelXDimension | 40962 | Valid image width | |
| PixelYDimension | 40963 | Valid image height | |
| MakerNote | 37500 | Manufacturer notes | |
| UserComment | 37510 | User comments | |
| RelatedSoundFile | 40964 | Related audio file | |
| DateTimeOriginal | 36867 | Date and time of original data generation | |
| DateTimeDigitized | 36868 | Date and time of digital data generation | |
| SubSecTime | 37520 | DateTime subseconds | |
| SubSecTimeOriginal | 37521 | DateTimeOriginal subseconds | |
| SubSecTimeDigitized | 37522 | DateTimeDigitized subseconds | |
| ExposureTime | 33434 | Exposure time | |
| FNumber | 33437 | F number | |
| ExposureProgram | 34850 | Exposure program | |
| SpectralSensitivity | 34852 | Spectral sensitivity | |
| ISOSpeedRatings | 34855 | ISO speed rating | |
| OECF | 34856 | Optoelectric conversion factor | |
| ShutterSpeedValue | 37377 | Shutter speed | |
| ApertureValue | 37378 | Aperture | |
| BrightnessValue | 37379 | Brightness | |
| ExposureBiasValue | 37380 | Exposure bias | |
| MaxApertureValue | 37381 | Maximum lens aperture | |
| SubjectDistance | 37382 | Subject distance | |
| MeteringMode | 37383 | Metering mode | |
| LightSource | 37384 | Light source | |
| Flash | 37385 | Flash | |
| FocalLength | 37386 | Lens focal length | |
| SubjectArea | 37396 | Subject area | |
| FlashEnergy | 41483 | Flash energy | |
| SpatialFrequencyResponse | 41484 | Spatial frequency response | |
| FocalPlaneXResolution | 41486 | Focal plane X resolution | |
| FocalPlaneYResolution | 41487 | Focal plane Y resolution | |
| FocalPlaneResolutionUnit | 41488 | Focal plane resolution unit | |
| SubjectLocation | 41492 | Subject location | |
| ExposureIndex | 41493 | Exposure index | |
| SensingMethod | 41495 | Sensing method | |
| FileSource | 41728 | File source | |
| SceneType | 41729 | Scene type | |
| CFAPattern | 41730 | CFA pattern | |
| CustomRendered | 41985 | Custom image processing | |
| ExposureMode | 41986 | Exposure mode | |
| WhiteBalance | 41987 | White balance | |
| DigitalZoomRatio | 41988 | Digital zoom ratio | |
| FocalLengthIn35mmFilm | 41989 | Focal length in 35 mm film | |
| SceneCaptureType | 41990 | Scene capture type | |
| GainControl | 41991 | Gain control | |
| Contrast | 41992 | Contrast | |
| Saturation | 41993 | Saturation | |
| Sharpness | 41994 | Sharpness | |
| DeviceSettingDescription | 41995 | Device settings description | |
| SubjectDistanceRange | 41996 | Subject distance range | |
| ImageUniqueID | 42016 | Unique image ID | |
| 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 |
See Also
Version History
1.5.2
- FieldDisplayNameAttribute added for enum items.