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

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public bool TryGetValue(
	string key,
	out XmpValue value
)

Parameters

key
Type: SystemString
Key to search in the dictionary.
value
Type: Aspose.PdfXmpValue
Retreived value.

Return Value

Type: Boolean
true if key was found.

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also