XmpCollection.Remove
XmpCollection.Remove method
Removes the first occurrence of a specific object from the collection.
public bool Remove(IXmpType item)
Parameter | Type | Description |
---|---|---|
item | IXmpType | The object to remove from the collection. |
Return Value
true if item was successfully removed from the collection; otherwise, false. This method also returns false if item is not found in the original collection.
See Also
- interface IXmpType
- class XmpCollection
- namespace Aspose.Imaging.Xmp
- assembly Aspose.Imaging