Aspose::Pdf::DataEditor::CosPdfDictionary::Contains method
CosPdfDictionary::Contains method
Determines whether the CosPdfDictionary contains a specific value.
bool Aspose::Pdf::DataEditor::CosPdfDictionary::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>> &item) const override
| Parameter | Type | Description |
|---|---|---|
| item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>& | The desired object. |
ReturnValue
true if item is found in the CosPdfDictionary; otherwise, false.
See Also
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class CosPdfDictionary
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++