ITableDetector Methods
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The ITableDetector type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| FindNextTable | Continues the table search started by FindTable() method. | |
| FindNextTable(RectangleF) | Continues the table search started by FindTable() method. | |
| FindTable(Int32) | Searches the document page for tables. | |
| FindTable(Int32, RectangleF) | Searches the document page for tables. | |
| GetFoundTableRectangle_Height | Returns the height of rectangle of the table found by FindTable() or FindNextTable() methods. | |
| GetFoundTableRectangle_Left | Returns the left coordinate of rectangle of the table found by FindTable() or FindNextTable() methods. | |
| GetFoundTableRectangle_Top | Returns the top coordinate of rectangle of the table found by FindTable() or FindNextTable() methods. | |
| GetFoundTableRectangle_Width | Returns the width of rectangle of the table found by FindTable() or FindNextTable() methods. |
See Also