XmpPackage.SetValue
SetValue(string, IXmlValue)
Sets the value.
public virtual void SetValue(string key, IXmlValue value)
| Parameter | Type | Description |
|---|---|---|
| key | String | The string representation of key that is identified with added value. |
| value | IXmlValue | The value to add to. |
See Also
- interface IXmlValue
- class XmpPackage
- namespace Aspose.Imaging.Xmp
- assembly Aspose.Imaging
SetValue(string, IXmpType)
Sets the value.
public virtual void SetValue(string key, IXmpType value)
| Parameter | Type | Description |
|---|---|---|
| key | String | The string representation of key that is identified with added value. |
| value | IXmpType | The value to add to. |
See Also
- interface IXmpType
- class XmpPackage
- namespace Aspose.Imaging.Xmp
- assembly Aspose.Imaging