[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Model.ITable

ITable Interface

Represents a recognized table.

Namespace: GrapeCity.Documents.Pdf.Recognition.Model
Assembly: DS.Documents.Pdf.dll
Syntax
public interface ITable
Public Interface ITable

Properties

Name Description
Cells

Gets the list of table cells.

Cols

Gets the list of table columns.

Rows

Gets the list of table rows.

Methods

Name Description
GetBounds()

Returns the bounds of the table on the page.

GetCell(int, int)

Gets the cell at a specified position.