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
| Parameter | Type | Description |
|---|---|---|
| key | const 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
- Class String
- Class CosPdfDictionary
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++