Aspose::Pdf::Annotations::AppearanceDictionary::TryGetValue method

AppearanceDictionary::TryGetValue method

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

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

ReturnValue

true if key was found.

See Also