Aspose::Pdf::Metadata::ContainsKey method
Metadata::ContainsKey method
Determines does this dictionary contasins specified key.
bool Aspose::Pdf::Metadata::ContainsKey(const System::String &key) const override
Parameter | Type | Description |
---|---|---|
key | const System::String& | Key to search in the dictionary. |
ReturnValue
true if key is found.
See Also
- Class String
- Class Metadata
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++