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
ParameterTypeDescription
itemconst System::SharedPtr<FontSource>&FontSource object to search.

ReturnValue

True - if element found; otherwise, false.

See Also