Aspose::Pdf::Text::FontCollection::Remove method

FontCollection::Remove method

Deletes specified item from collection.

bool Aspose::Pdf::Text::FontCollection::Remove(const System::SharedPtr<Font> &item) override
ParameterTypeDescription
itemconst System::SharedPtr<Font>&The object to delete

ReturnValue

true if item was deleted from collection; otherwise, false.

See Also