GraphicsAbsorber
Overview
GraphicsAbsorber is a class in Aspose.PDF FOSS for .NET.
Extracts the painted vector sub-paths of a page as SubPath elements, each carrying its page-space bounding Rectangle.
This class provides 2 methods for working with GraphicsAbsorber objects in .NET programs.
Available methods include: GraphicsAbsorber, Visit.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Elements.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Elements | GraphicElementCollection | Read | The extracted vector elements (populated by Visit). |
Methods
| Signature | Description |
|---|---|
GraphicsAbsorber() | Calls GraphicsAbsorber on this GraphicsAbsorber instance. |
Visit(page: Page) | Extract the painted sub-paths of page. |