JpegInfo Object

Overview

The JpegInfo object encapsulates a collection of JpegInfoItem objects, each representing an EXIF or IPTC metadata field. An instance of the Info object is obtained via the method JpegManager.OpenInfo.

For more information on metadata, see Chapter 7 - Metadata Extraction.

Member List

Properties


int Count (Read-only)

Returns the number of InfoItem objects in the collection.

See also: Chapter 7 - Metadata Extraction.


JpegInfoItem this[object Index] (Read-only)

This is an indexer property which returns the specified JpegInfoItem 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, this property returns null.

See also: Chapter 7 - Metadata Extraction.

Methods

This object has no public methods.