AbsorbedTable

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

NameTypeAccessDescription
RowsIReadOnlyList<AbsorbedRow>Read/WriteGets or sets the rows.
RowListIList<AbsorbedRow>ReadMutable row list.
RectRectangle?Read/WriteGets or sets the rect.
RectangleRectangle?ReadAlias for Rect.
PageNumintReadThe 1-based page number this table was detected on (0 when unset).

Methods

SignatureDescription
CompareTo(other: AbsorbedTable?)Calls CompareTo on this AbsorbedTable instance.

See Also