Aspose::Pdf::Metadata::TryGetValue method

Metadata::TryGetValue method

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

bool Aspose::Pdf::Metadata::TryGetValue(const System::String &key, System::SharedPtr<XmpValue> &value) const override
ParameterTypeDescription
keyconst System::String&Key to search in the dictionary.
valueSystem::SharedPtr<XmpValue>&Retreived value.

ReturnValue

true if key was found.

See Also