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