Aspose::Pdf::DataEditor::CosPdfDictionary::Contains metod

CosPdfDictionary::Contains method

Avgör om CosPdfDictionary innehåller ett specifikt värde.

bool Aspose::Pdf::DataEditor::CosPdfDictionary::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>> &item) const override
ParameterTypBeskrivning
objektconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>&Det önskade objektet.

ReturnValue

true om objektet hittas i CosPdfDictionary; annars false.

Se även