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
| Parameter | Type | Description |
|---|---|---|
| item | const System::SharedPtr<Font>& | The object to delete |
ReturnValue
true if item was deleted from collection; otherwise, false.
See Also
- Typedef SharedPtr
- Class Font
- Class FontCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++