Метод Aspose::Pdf::Vector::GraphicElementCollection::Remove

GraphicElementCollection::Remove method

Удаляет элемент GraphicElement.

bool Aspose::Pdf::Vector::GraphicElementCollection::Remove(const System::SharedPtr<GraphicElement> &item) override
ПараметрТипОписание
itemconst System::SharedPtr<GraphicElement>&Объект GraphicElement, который будет удалён.

ReturnValue

True — если элемент найден; иначе — false.

См. также