Aspose::Pdf::Utils::DictionaryEditor::ContainsKey method
DictionaryEditor::ContainsKey method
Determines whether the DictionaryEditor contains an element with the specified key.
bool Aspose::Pdf::Utils::DictionaryEditor::ContainsKey(const System::String &key) const override
Parameter | Type | Description |
---|---|---|
key | const System::String& | The key to locate in the DictionaryEditor. |
ReturnValue
true if the DictionaryEditor contains an editable element with the key; otherwise, false.
See Also
- Class String
- Class DictionaryEditor
- Namespace Aspose::Pdf::Utils
- Library Aspose.PDF for C++