Aspose::Page::EPS::XMP::XmpMetadata::TryGetValue method
XmpMetadata::TryGetValue method
Tries to find key in the dictionary and retreives value if found.
bool Aspose::Page::EPS::XMP::XmpMetadata::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 XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++