ImagePlacementAbsorber

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

NameTypeAccessDescription
image_placementslist[ImagePlacement]ReadGets the image placements.

Methods

SignatureDescription
__init__()Calls init on this ImagePlacementAbsorber instance.
visit(pdf: SimplePdf)Find all image placements in the PDF.

See Also