Aspose::Pdf::DataEditor::DictionaryEditor::Contains method
DictionaryEditor::Contains method
Determines whether the DictionaryEditor contains a specific value.
bool Aspose::Pdf::DataEditor::DictionaryEditor::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 DictionaryEditor; otherwise, false.
See Also
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class DictionaryEditor
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++