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

Tag numbers used in Exif Sub IFD

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 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 nameValueDescription
InteroperabilityIFD40965Interoperability IFD Pointer
ExifVersion36864Exif version
FlashpixVersion40960Supported Flashpix version
ColorSpace40961Color space information
ComponentsConfiguration37121Meaning of each component
CompressedBitsPerPixel37122Image compression mode
PixelXDimension40962Valid image width
PixelYDimension40963Valid image height
MakerNote37500Manufacturer notes
UserComment37510User comments
RelatedSoundFile40964Related audio file
DateTimeOriginal36867Date and time of original data generation
DateTimeDigitized36868Date and time of digital data generation
SubSecTime37520DateTime subseconds
SubSecTimeOriginal37521DateTimeOriginal subseconds
SubSecTimeDigitized37522DateTimeDigitized subseconds
ExposureTime33434Exposure time
FNumber33437F number
ExposureProgram34850Exposure program
SpectralSensitivity34852Spectral sensitivity
ISOSpeedRatings34855ISO speed rating
OECF34856Optoelectric conversion factor
ShutterSpeedValue37377Shutter speed
ApertureValue37378Aperture
BrightnessValue37379Brightness
ExposureBiasValue37380Exposure bias
MaxApertureValue37381Maximum lens aperture
SubjectDistance37382Subject distance
MeteringMode37383Metering mode
LightSource37384Light source
Flash37385Flash
FocalLength37386Lens focal length
SubjectArea37396Subject area
FlashEnergy41483Flash energy
SpatialFrequencyResponse41484Spatial frequency response
FocalPlaneXResolution41486Focal plane X resolution
FocalPlaneYResolution41487Focal plane Y resolution
FocalPlaneResolutionUnit41488Focal plane resolution unit
SubjectLocation41492Subject location
ExposureIndex41493Exposure index
SensingMethod41495Sensing method
FileSource41728File source
SceneType41729Scene type
CFAPattern41730CFA pattern
CustomRendered41985Custom image processing
ExposureMode41986Exposure mode
WhiteBalance41987White balance
DigitalZoomRatio41988Digital zoom ratio
FocalLengthIn35mmFilm41989Focal length in 35 mm film
SceneCaptureType41990Scene capture type
GainControl41991Gain control
Contrast41992Contrast
Saturation41993Saturation
Sharpness41994Sharpness
DeviceSettingDescription41995Device settings description
SubjectDistanceRange41996Subject distance range
ImageUniqueID42016Unique image ID
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

Collapse/expand Version History

1.5.2