XmpMetadata.SetNamedValue
XmpMetadata.SetNamedValue method
Sets named value into a structure. Previous named value, if already exists, will be replaced with new one.
public void SetNamedValue(string structureKey, string valueKey, XmpValue value)
Parameter | Type | Description |
---|---|---|
structureKey | String | Key of the structure to search in the dictionary. |
valueKey | String | Name of the value to set into the struture. |
value | XmpValue | Value to set into the struture. |
See Also
- class XmpValue
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page