Aspose::Pdf::Text::TextFragmentCollection::Remove method

TextFragmentCollection::Remove method

Deletes specified item from collection.

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

ReturnValue

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

See Also