Aspose::Pdf::Text::FontSourceCollection::Remove method
FontSourceCollection::Remove method
Deletes the font source element.
bool Aspose::Pdf::Text::FontSourceCollection::Remove(const System::SharedPtr<FontSource> &item) override
Parameter | Type | Description |
---|---|---|
item | const System::SharedPtr<FontSource>& | FontSource object that will be deleted. |
ReturnValue
True - if element found; otherwise, false.
See Also
- Typedef SharedPtr
- Class FontSource
- Class FontSourceCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++