XmpPackage.TryGetValue

XmpPackage.TryGetValue method

Gets the value by the key.

public bool TryGetValue(string key, out object value)
ParameterTypeDescription
keyStringThe XMP element key.
valueObject&The XMP value.

Return Value

true, if the IDictionary contains the key; otherwise, false.

See Also