Aspose::Pdf::Structure::ElementCollection::Remove method
ElementCollection::Remove method
Remove item from collection.
bool Aspose::Pdf::Structure::ElementCollection::Remove(const System::SharedPtr<Element> &item)
| Parameter | Type | Description |
|---|---|---|
| item | const System::SharedPtr<Element>& | Item to remove. |
ReturnValue
True if element was removed.
See Also
- Typedef SharedPtr
- Class Element
- Class ElementCollection
- Namespace Aspose::Pdf::Structure
- Library Aspose.PDF for C++