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
ParameterTypeDescription
itemconst 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