Aspose::Pdf::XImageCollection::Contains method

XImageCollection::Contains method

Determines whether the collection contains a specific value.

bool Aspose::Pdf::XImageCollection::Contains(const System::SharedPtr<Aspose::Pdf::XImage> &item) const override
ParameterTypeDescription
itemconst System::SharedPtr<Aspose::Pdf::XImage>&The object to locate in the collection.

ReturnValue

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

See Also