ImagePlacementAbsorber

ImagePlacementAbsorber

Overview

ImagePlacementAbsorber is a class in Aspose.PDF FOSS for Python.

Absorber to collect image placements from PDF pages.

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(page_or_pdf)Visit a page or PDF and collect all image placements.

See Also