Aspose::Pdf::DataEditor::DictionaryEditor::Contains metod

DictionaryEditor::Contains method

Bestämmer om DictionaryEditor innehåller ett specifikt värde.

bool Aspose::Pdf::DataEditor::DictionaryEditor::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 DictionaryEditor; annars false.

Se även