XmpPackage.AddValue
Contents
[
Hide
]AddValue(string, string)
Adds the value to the specified key.
public virtual void AddValue(string key, string value)
Parameter | Type | Description |
---|---|---|
key | String | The string representation of key that is identified with added value. |
value | String | The value to add to. |
See Also
- class XmpPackage
- namespace Aspose.Imaging.Xmp
- assembly Aspose.Imaging
AddValue(string, object)
Adds the value to the specified key.
public virtual void AddValue(string key, object value)
Parameter | Type | Description |
---|---|---|
key | String | The string representation of key that is identified with added value. |
value | Object | The value to add to. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | key is null. |
See Also
- class XmpPackage
- namespace Aspose.Imaging.Xmp
- assembly Aspose.Imaging