XmpMetadata.Contains
Contains(string)
Checks does key is contained in metadata.
public bool Contains(string key)
Parameter | Type | Description |
---|---|---|
key | String | The key of entry to find. |
Return Value
True if key is contained in the metadata.
See Also
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page
Contains(KeyValuePair<string, XmpValue>)
Checks does specified key-value pair is contained in the dictionary.
public bool Contains(KeyValuePair<string, XmpValue> item)
Parameter | Type | Description |
---|---|---|
item | KeyValuePair`2 | Key-value pair. |
Return Value
true if this pauir was found.
See Also
- class XmpValue
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page