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
ParameterTypeDescription
itemconst System::SharedPtr<FontSource>&FontSource object that will be deleted.

ReturnValue

True - if element found; otherwise, false.

See Also