ImagePlacementAbsorber

ImagePlacementAbsorber class

Represents an absorber object of image placement objects.
Performs search of image usages and provides access to search results via image_placements collection.

The ImagePlacementAbsorber type exposes the following members:

Constructors

NameDescription
ImagePlacementAbsorber()Initializes a new instance of the ImagePlacementAbsorber class

Properties

NameDescription
is_read_only_modeGets/sets read only mode for parsing operations collection. It may help against out of memory
exceptions.
image_placementsGets collection of image placement occurrences that are presented with ImagePlacement objects.

Methods

NameDescription
visit(page)Performs search on the specified page.
visit(pdf)Performs search on the specified document.

See Also