Aspose::Pdf::Vector::GraphicElementCollection::Remove method
GraphicElementCollection::Remove method
Deletes the GraphicElement element.
bool Aspose::Pdf::Vector::GraphicElementCollection::Remove(const System::SharedPtr<GraphicElement> &item) override
| Parameter | Type | Description |
|---|---|---|
| item | const System::SharedPtr<GraphicElement>& | GraphicElement object that will be deleted. |
ReturnValue
True - if element found; otherwise, false.
See Also
- Typedef SharedPtr
- Class GraphicElement
- Class GraphicElementCollection
- Namespace Aspose::Pdf::Vector
- Library Aspose.PDF for C++