Aspose::Pdf::Text::FontSourceCollection::Contains method
FontSourceCollection::Contains method
Determines whether an element is in the collection.
bool Aspose::Pdf::Text::FontSourceCollection::Contains(const System::SharedPtr<FontSource> &item) const override
Parameter | Type | Description |
---|---|---|
item | const System::SharedPtr<FontSource>& | FontSource object to search. |
ReturnValue
True - if element found; otherwise, false.
See Also
- Typedef SharedPtr
- Class FontSource
- Class FontSourceCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++