XmpMetadata.Remove
Remove(string)
Removes entry from metadata.
public bool Remove(string key)
Parameter | Type | Description |
---|---|---|
key | String | The key of entry to remove. |
Return Value
True - if key removed; otherwise, false.
See Also
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page
Remove(KeyValuePair<string, XmpValue>)
Removes key/value pair from the colleciton.
public bool Remove(KeyValuePair<string, XmpValue> item)
Parameter | Type | Description |
---|---|---|
item | KeyValuePair`2 | Key/value pair to be removed. |
Return Value
true if pair was found and removed.
See Also
- class XmpValue
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page