XmpCollection.Add
Add(object)
Adds an XMP data item.
public void Add(object item)
Parameter | Type | Description |
---|---|---|
item | Object | An XMP item. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | ArgumentNullException |
See Also
- class XmpCollection
- namespace Aspose.Imaging.Xmp
- assembly Aspose.Imaging
Add(IXmpType)
Adds an item to the collection.
public void Add(IXmpType item)
Parameter | Type | Description |
---|---|---|
item | IXmpType | The object to add to the collection. |
See Also
- interface IXmpType
- class XmpCollection
- namespace Aspose.Imaging.Xmp
- assembly Aspose.Imaging