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

ElementCollection::Remove method

Remove item from collection.

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

ReturnValue

True if element was removed.

See Also