Aspose::Pdf::Structure::ElementCollection::Remove method

ElementCollection::Remove method

Remove item from collection.

bool Aspose::Pdf::Structure::ElementCollection::Remove(const System::SharedPtr<Element> &item)
ParameterTypeDescription
itemconst System::SharedPtr<Element>&Item to remove.

ReturnValue

True if element was removed.

See Also