PdfXmpMetadata.TryGetValue

PdfXmpMetadata.TryGetValue method

Tries to find key in the dictionary and retreives value if found.

public bool TryGetValue(string key, out XmpValue value)
ParameterTypeDescription
keyStringKey to search in the dictionary.
valueXmpValue&Retreived value.

Return Value

true if key was found.

See Also