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
| Name | Type | Access | Description |
|---|---|---|---|
ImagePlacements | ImagePlacementCollection | Read | The collected image placements. |
IsReadOnlyMode | bool | Read/Write | When true, the absorber walks pages without mutating any state. |
Methods
| Signature | Description |
|---|---|
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. |