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