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

Tag numbers used in IFD0 and IFD1

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
ExifIFD34665Exif IFD Pointer
GPSIFD34853GPS Info IFD Pointer
ImageWidth256Image width
ImageLength257Image height
BitsPerSample258Number of bits per component
Compression259Compression scheme
PhotometricInterpretation262Pixel composition
Orientation274Orientation of image
SamplesPerPixel277Number of components
PlanarConfiguration284Image data arrangement
YCbCrSubSampling530Subsampling ratio of Y to C
YCbCrPositioning531Y and C positioning
XResolution282Image resolution in width direction
YResolution283Image resolution in height direction
ResolutionUnit296Unit of X and Y resolution
StripOffsets273Image data location
RowsPerStrip278Number of rows per strip
StripByteCounts279Bytes per compressed strip
JPEGInterchangeFormat513Offset to JPEG SOI
JPEGInterchangeFormatLength514Bytes of JPEG data
TransferFunction301Transfer function
WhitePoint318White point chromaticity
PrimaryChromaticities319Chromaticities of primaries
YCbCrCoefficients529Color space transformation matrix coefficients
ReferenceBlackWhite532Pair of black and white reference values
DateTime306File change date and time
ImageDescription270Image title
Make271Image input equipment manufacturer
Model272Image input equipment model
Software305Software used
Artist315Person who created the image
Copyright33432Copyright holder
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