ImagePlacementAbsorber

ImagePlacementAbsorber

Overview

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

Absorbs image placement information from PDF pages.

This class provides 2 methods for working with ImagePlacementAbsorber objects in .NET programs. Available methods include: Visit. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: ImagePlacements, IsReadOnlyMode.

Properties

NameTypeAccessDescription
ImagePlacementsImagePlacementCollectionReadThe collected image placements.
IsReadOnlyModeboolRead/WriteWhen true, the absorber walks pages without mutating any state.

Methods

SignatureDescription
Visit(page: Page)Visit a single page and absorb all image placements found in its content stream.
Visit(pdf: Document)Visit all pages in a document and absorb image placements from each.

See Also