Aspose::Pdf::Annotations::AppearanceDictionary::TryGetValue‑metod

AppearanceDictionary::TryGetValue method

Försöker hitta nyckel i ordboken och hämtar värdet om den hittas.

bool Aspose::Pdf::Annotations::AppearanceDictionary::TryGetValue(const System::String &key, System::SharedPtr<XForm> &value) const override
ParameterTypBeskrivning
nyckelconst System::String&Nyckel att söka i ordboken.
värdeSystem::SharedPtr<XForm>&Hämtat värde.

ReturnValue

true om nyckeln hittades.

Se även