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:

InfoItem Object

The InfoItem object represents an individual EXIF or IPTC metadata field. An instance of the InfoItem object is obtained from the Info collection via the default Item property, or by enumerating all items in the collection using a For/Each statement.

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

Properties Methods
Description
Name
Tag
Value
No methods

InfoItem Properties

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.

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