XmpMetadata.Add
Contents
[
Hide
]Add(string, XmpValue)
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
 
Add(string, object)
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
 
Add(KeyValuePair<string, XmpValue>)
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