Aspose::Pdf::OutlineCollection::Contains method
OutlineCollection::Contains method
Checks does collection contains given item.
bool Aspose::Pdf::OutlineCollection::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 OutlineCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++