Metadata.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 Metadata
- namespace Aspose.Pdf
- assembly Aspose.PDF
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 Metadata
- namespace Aspose.Pdf
- assembly Aspose.PDF
Add(string, XmpPdfAExtensionObject)
Adds pdf extension to metadata.
public void Add(string prefix, XmpPdfAExtensionObject value)
| Parameter | Type | Description |
|---|---|---|
| prefix | String | The prefix of extension. |
| value | XmpPdfAExtensionObject | Value which will be added. |
See Also
- class XmpPdfAExtensionObject
- class Metadata
- namespace Aspose.Pdf
- assembly Aspose.PDF
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 Metadata
- namespace Aspose.Pdf
- assembly Aspose.PDF