XmpCollection.Add
Add(object)
添加 XMP 数据项。
public void Add(object item)
| 参数 | 类型 | 描述 |
|---|---|---|
| item | Object | 一个 XMP 项目。 |
异常
| 异常 | 条件 |
|---|---|
| ArgumentNullException | ArgumentNullException |
另请参见
- class XmpCollection
- namespace Aspose.Imaging.Xmp
- assembly Aspose.Imaging
Add(IXmpType)
向集合添加一个项。
public void Add(IXmpType item)
| 参数 | 类型 | 描述 |
|---|---|---|
| item | IXmpType | 要添加到集合的对象。 |
另请参见
- interface IXmpType
- class XmpCollection
- namespace Aspose.Imaging.Xmp
- assembly Aspose.Imaging