Count As Long (read-only)
Returns the number of InfoItem objects in the collection.
See also: Chapter 7 - Metadata Extraction.
Item(Index As Variant) As IInfoItem
This is the default property. Returns a specific InfoItem object
from the collection. Index can be either a 1-based integer index
(should be between 1 and Count), or an EXIF or IPTC metadata field name,
such as "ExposureTime" or "IptcCopyrightNotice". Can also be "TiffPages"
to retrieve the number of pages in a multi-page TIFF.
If the index is a field name and this field is not present in the collection,
the method will still return an empty InfoItem object with no data and the Tag property set to 0.
See also: Chapter 7 - Metadata Extraction.