Aspose::Pdf::Text::FontSubstitutionCollection::Contains method

FontSubstitutionCollection::Contains method

Determines whether an element is in the collection.

bool Aspose::Pdf::Text::FontSubstitutionCollection::Contains(const System::SharedPtr<FontSubstitution> &item) const override
ParameterTypeDescription
itemconst System::SharedPtr<FontSubstitution>&FontSubstitution object to search.

ReturnValue

True - if element found; otherwise, false.

See Also