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
ParameterTypeDescription
itemconst System::SharedPtr<GraphicElement>&GraphicElement object that will be deleted.

ReturnValue

True - if element found; otherwise, false.

See Also