ImagePlacementAbsorber

ImagePlacementAbsorber

Overview

ImagePlacementAbsorber is a class in Aspose.Pdf FOSS for Java.

Absorbs (finds) all image placements on PDF pages.

Properties

NameTypeAccessDescription
imagePlacementsList<ImagePlacement>ReadReturns the list of found image placements.

Methods

SignatureDescription
visit(page: Page)Visits a page and finds all image placements.
getImagePlacements()List<ImagePlacement>Returns the list of found image placements.
reset()Clears previously found placements.

See Also