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
Parameter | Type | Description |
---|---|---|
key | const System::String& | Key to search in the dictionary. |
value | System::SharedPtr<XForm>& | Retreived value. |
ReturnValue
true if key was found.
See Also
- Class String
- Typedef SharedPtr
- Class XForm
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++