AbsorbedElement
Overview
AbsorbedElement is a class in Aspose.PDF FOSS for Python.
One painted path or placed image, in page (user) space.
Properties: fill_color, kind, line_width, llx, lly, operation, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
kind | str | Read | Gets the kind. |
llx | float | Read | Gets the llx. |
lly | float | Read | Gets the lly. |
urx | float | Read | Gets the urx. |
ury | float | Read | Gets the ury. |
page_index | int | Read | Gets the page index. |
operation | str | None | Read | Gets the operation. |
resource_name | str | None | Read | Gets the resource name. |
fill_color | tuple[float, float, float] | None | Read | Gets the fill color. |
stroke_color | tuple[float, float, float] | None | Read | Gets the stroke color. |
line_width | float | None | Read | Gets the line width. |