The IPTC_Info type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AddStringItem(Int32, Int32, String)
Add a string (textual information) with specified RecordNumber and DataSet.
Clear()()()()
Removes all items.
CopyTo(IPTC_Info)
Copies all IPTC information to destination IPTC_Info object
Delete(Int32)
Remove an item.
Delete(Int32, Int32)
Remove all specified items
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetDataSet(Int32)
Returns the dataset of the specified element.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRecordNumber(Int32)
Returns the record number of the specified element.
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(Int32, Int32)
Find the first item that matches with RecordNumber and DataSet parameters and return its index. If the item is not in the list, IndexOf returns -1.
InsertStringItem(Int32, Int32, Int32, String)
Call InsertStringItem to add item to the middle of the item array. The idx parameter is a zero-based index.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

See Also