Aspose::Pdf::PageCollection::Contains method

PageCollection::Contains method

Determines whether this instance contains the object.

bool Aspose::Pdf::PageCollection::Contains(const System::SharedPtr<Page> &item) const override
ParameterTypeDescription
itemconst System::SharedPtr<Page>&The item.

ReturnValue

true if [contains] [the specified item]; otherwise, false.

See Also