Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents PDF tables detector.
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax
The ITableDetector type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DetectionMaxNumberOfInvalidSubsequentRowsAllowed |
Max number of non valid subsequent rows allowed inside detected table
| |
| DetectionMinNumberOfColumns |
Gets or sets the min number of columns in detected table.
| |
| DetectionMinNumberOfLineBreaksBetweenTables |
Min number of line breaks required between tables
| |
| DetectionMinNumberOfRows |
Gets or sets the min number of rows in detected table.
| |
| DetectLinesInsteadOfParagraphs |
Tries to detect single lines instead of multiple lines.
| |
| EnhanceTableBorders |
Gets or sets whether to enhance table borders. The borders enhancement can help if a table
is drawn with very thin or faint lines. Default is true.
| |
| FoundTableCells |
Contains two-dimensional array of cell rectangles of the table found by FindTable() or FindNext() methods.
| |
| FoundTableLocation |
Contains the location (rectangle) of the table found by FindTable() or FindNextTable() methods.
|
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