[This is preliminary documentation and is subject to change.]
Tag numbers used in IFD0 and IFD1
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 | |
|---|---|---|---|
| ExifIFD | 34665 | Exif IFD Pointer | |
| GPSIFD | 34853 | GPS Info IFD Pointer | |
| ImageWidth | 256 | Image width | |
| ImageLength | 257 | Image height | |
| BitsPerSample | 258 | Number of bits per component | |
| Compression | 259 | Compression scheme | |
| PhotometricInterpretation | 262 | Pixel composition | |
| Orientation | 274 | Orientation of image | |
| SamplesPerPixel | 277 | Number of components | |
| PlanarConfiguration | 284 | Image data arrangement | |
| YCbCrSubSampling | 530 | Subsampling ratio of Y to C | |
| YCbCrPositioning | 531 | Y and C positioning | |
| XResolution | 282 | Image resolution in width direction | |
| YResolution | 283 | Image resolution in height direction | |
| ResolutionUnit | 296 | Unit of X and Y resolution | |
| StripOffsets | 273 | Image data location | |
| RowsPerStrip | 278 | Number of rows per strip | |
| StripByteCounts | 279 | Bytes per compressed strip | |
| JPEGInterchangeFormat | 513 | Offset to JPEG SOI | |
| JPEGInterchangeFormatLength | 514 | Bytes of JPEG data | |
| TransferFunction | 301 | Transfer function | |
| WhitePoint | 318 | White point chromaticity | |
| PrimaryChromaticities | 319 | Chromaticities of primaries | |
| YCbCrCoefficients | 529 | Color space transformation matrix coefficients | |
| ReferenceBlackWhite | 532 | Pair of black and white reference values | |
| DateTime | 306 | File change date and time | |
| ImageDescription | 270 | Image title | |
| Make | 271 | Image input equipment manufacturer | |
| Model | 272 | Image input equipment model | |
| Software | 305 | Software used | |
| Artist | 315 | Person who created the image | |
| Copyright | 33432 | Copyright holder | |
| 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.