Aspose::Pdf::Utils::DictionaryEditor::Contains method

DictionaryEditor::Contains method

Determines whether the DictionaryEditor contains a specific value.

bool Aspose::Pdf::Utils::DictionaryEditor::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<PublicData::ICosPdfPrimitive>> &item) const override
ParameterTypeDescription
itemconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<PublicData::ICosPdfPrimitive>>&The desired object.

ReturnValue

true if item is found in the DictionaryEditor; otherwise, false.

See Also