Home
What's New

User Manual
Object Reference
ASPJpeg
Brush
Canvas
Font
Gif
Info
InfoItem
Pen

Live Demos
Support

Download & Buy

Other Products
Contact Us


Search this site:

Info Object

The Info object encapsulates a collection of InfoItem objects, each representing an EXIF or IPTC metadata field. An instance of the Info object is obtained via the methods OpenInfo and OpenInfoBinary of the main ASPJpeg object.

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

Properties Methods
Count
Item
No methods

Info Properties

Count As IAspJpegBrush (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.

Home
Copyright © 1998 - 2007 Persits Software, Inc.
All Rights Reserved.
AspJpeg is a trademark of Persits Software, Inc.