XmpCollection.Add

Add(object)

Adds an XMP data item.

public void Add(object item)
ParameterTypeDescription
itemObjectAn XMP item.

Exceptions

exceptioncondition
ArgumentNullExceptionArgumentNullException

See Also


Add(IXmpType)

Adds an item to the collection.

public void Add(IXmpType item)
ParameterTypeDescription
itemIXmpTypeThe object to add to the collection.

See Also