Add
Contents
[
Hide
]
XmpMetadata.Add method (1 of 3)
Adds value to metadata.
public void Add(string key, XmpValue value)
Parameter | Type | Description |
---|---|---|
key | String | The key to add. |
value | XmpValue | Value which will be added. |
See Also
- class XmpValue
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page
XmpMetadata.Add method (2 of 3)
Adds value to metadata.
public void Add(string key, object value)
Parameter | Type | Description |
---|---|---|
key | String | The key to add. |
value | Object | Value which will be added. |
See Also
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page
XmpMetadata.Add method (3 of 3)
Adds pair with key and value into the dictionary.
public void Add(KeyValuePair<string, XmpValue> item)
Parameter | Type | Description |
---|---|---|
item | KeyValuePair`2 | Item to be added. |
See Also
- class XmpValue
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page