Aspose::Pdf::DataEditor::CosPdfDictionary::ContainsKey method

CosPdfDictionary::ContainsKey method

Determines whether the CosPdfDictionary contains an element with the specified key.

bool Aspose::Pdf::DataEditor::CosPdfDictionary::ContainsKey(const System::String &key) const override
ParameterTypeDescription
keyconst System::String&The key to locate in the CosPdfDictionary.

ReturnValue

true if the CosPdfDictionary contains an editable element with the key; otherwise, false.

See Also