GraphicsAbsorber
Overview
GraphicsAbsorber is a class in Aspose.PDF FOSS for Python.
Absorbs graphic elements from PDF pages.
This class provides 4 methods for working with GraphicsAbsorber objects in Python programs.
Available methods include: __init__, resume_update, suppress_update, visit.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: elements.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
elements | GraphicElementCollection | Read | Get the collection of absorbed graphic elements. |
Methods
| Signature | Description |
|---|---|
__init__() | Initialize a new instance of GraphicsAbsorber. |
visit(page: Any) | Visit a page and absorb its graphic elements. |
suppress_update() | Suppress updates to the graphic elements. |
resume_update() | Resume updates to the graphic elements. |