AbsorbedTable
Overview
AbsorbedTable is a class in Aspose.PDF FOSS for .NET.
Inherits from: IComparable<AbsorbedTable>.
Represents a table detected on a PDF page.
This class provides 1 method for working with AbsorbedTable objects in .NET programs.
Available methods include: CompareTo.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: PageNum, Rect, Rectangle, RowList, Rows.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Rows | IReadOnlyList<AbsorbedRow> | Read/Write | Gets or sets the rows. |
RowList | IList<AbsorbedRow> | Read | Mutable row list. |
Rect | Rectangle? | Read/Write | Gets or sets the rect. |
Rectangle | Rectangle? | Read | Alias for Rect. |
PageNum | int | Read | The 1-based page number this table was detected on (0 when unset). |
Methods
| Signature | Description |
|---|---|
CompareTo(other: AbsorbedTable?) | Calls CompareTo on this AbsorbedTable instance. |