XmpMetadata.TryGetValue
XmpMetadata.TryGetValue method
Tries to find key in the dictionary and retreives value if found.
public bool TryGetValue(string key, out XmpValue value)
| Parameter | Type | Description | 
|---|---|---|
| key | String | Key to search in the dictionary. | 
| value | XmpValue& | Retreived value. | 
Return Value
true if key was found.
See Also
- class XmpValue
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page