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
ParameterTypeDescription
keyconst 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