XmpPackage.TryGetValue
XmpPackage.TryGetValue method
Gets the value by the key.
public bool TryGetValue(string key, out object value)
Parameter | Type | Description |
---|---|---|
key | String | The XMP element key. |
value | Object& | The XMP value. |
Return Value
true
, if the IDictionary contains the key; otherwise, false
.
See Also
- class XmpPackage
- namespace Aspose.Imaging.Xmp
- assembly Aspose.Imaging