Aspose::Pdf::OutlineItemCollection::Contains method
OutlineItemCollection::Contains method
Checks if collection contains given item.
bool Aspose::Pdf::OutlineItemCollection::Contains(const System::SharedPtr<OutlineItemCollection> &item) const override
Parameter | Type | Description |
---|---|---|
item | const System::SharedPtr<OutlineItemCollection>& | The object to locate in the collection |
ReturnValue
True - if item found; otherwise, false.
See Also
- Typedef SharedPtr
- Class OutlineItemCollection
- Class OutlineItemCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++