Aspose::Pdf::Text::TextSegmentCollection::Remove method

TextSegmentCollection::Remove method

Deletes specified item from collection.

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

ReturnValue

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

See Also