Aspose::Pdf::Page::DeleteGraphics method
Page::DeleteGraphics method
Deletes graphics from the page. Works faster than deleting elements one by one with GraphicElement::Remove method.
void Aspose::Pdf::Page::DeleteGraphics(const System::SharedPtr<Aspose::Pdf::Vector::GraphicElementCollection> &elementsToDelete)
| Parameter | Type | Description |
|---|---|---|
| elementsToDelete | const System::SharedPtr<Aspose::Pdf::Vector::GraphicElementCollection>& | Graphics collection that will be deleted from the page. |
See Also
- Typedef SharedPtr
- Class GraphicElementCollection
- Class Page
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++