Aspose::Pdf::Text::TextSegmentCollection::Contains method
TextSegmentCollection::Contains method
Determines whether the collection contains a specific value.
bool Aspose::Pdf::Text::TextSegmentCollection::Contains(const System::SharedPtr<TextSegment> &item) const override
| Parameter | Type | Description |
|---|---|---|
| item | const System::SharedPtr<TextSegment>& | The object to locate in the collection |
ReturnValue
true if item is found in the collection; otherwise, false.
See Also
- Typedef SharedPtr
- Class TextSegment
- Class TextSegmentCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++