This object allows access and manipulation of IPTC metadata.
Hierarchy
System.Object
    WebSupergoo.ImageGlue8.Metadata.IptcData
Interfaces
System.Collections.Generic.IEnumerable<IptcItem>
System.Collections.IEnumerable
System.IDisposable
Notes

This class is sealed. It cannot be derived from.

Methods
Method Description
Add Adds or changes an item of IPTC information.
Delete Deletes an item of IPTC information.
Dispose Release any resources that are held by this object.
Embed Embeds this metadata into an existing JPEG.
GetEnumerator Returns an iterator for the metadata records.
Value Gets the value of a matching field.
Properties
Property Description
Count The number of IPTC items.
Item[Int32] An IPTC entry from the current graphic.
Item[String] An IPTC entry from the current graphic.
Example

None.