Link Search Menu Expand Document

ITableDetector Methods

The ITableDetector type exposes the following members.

Methods
NameDescription
Public methodFindNextTable
Continues the table search started by FindTable() method.
Public methodFindNextTable(RectangleF)
Continues the table search started by FindTable() method.
Public methodFindTable(Int32)
Searches the document page for tables.
Public methodFindTable(Int32, RectangleF)
Searches the document page for tables.
Public methodGetFoundTableRectangle_Height
Returns the height of rectangle of the table found by FindTable() or FindNextTable() methods.
Public methodGetFoundTableRectangle_Left
Returns the left coordinate of rectangle of the table found by FindTable() or FindNextTable() methods.
Public methodGetFoundTableRectangle_Top
Returns the top coordinate of rectangle of the table found by FindTable() or FindNextTable() methods.
Public methodGetFoundTableRectangle_Width
Returns the width of rectangle of the table found by FindTable() or FindNextTable() methods.
Top
See Also

Reference