Description As String (read-only)
Returns the metadata field description, e.g. "Manufacturer of image input equipment" for the "Make" field.
This property is only implemented for EXIF fields,
for other types of fields returns an empty string.
See also: Chapter 7 - Metadata Extraction.
Name As String (read-only)
Returns the metadata field name, e.g. "MaxApertureValue", "IptcKeywords" or "TiffPages".
See also: Chapter 7 - Metadata Extraction.
Tag As Long (read-only)
Returns the metadata field tag, a unique number assigned to each EXIT or IPTC field
according to the EXIF and IPTC specifications. The "TiffPages" field is arbitrarily assigned the tag
value of 999, and an empty field is assigned the tag value of 0.
See also: Chapter 7 - Metadata Extraction.
Value As Variant (read-only)
Returns the metadata field value. This can be an integer, float or string depending on the field type.
This is the default property.
See also: Chapter 7 - Metadata Extraction.