ImagePlacementAbsorber
Overview
ImagePlacementAbsorber is a class in Aspose.PDF FOSS for Python.
Absorber that finds image placements in a PDF.
This class provides 2 methods for working with ImagePlacementAbsorber objects in Python programs.
Available methods include: __init__, visit.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: image_placements.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
image_placements | list[ImagePlacement] | Read | Gets the image placements. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this ImagePlacementAbsorber instance. |
visit(pdf: SimplePdf) | Find all image placements in the PDF. |