Link Search Menu Expand Document

ITableDetectorFoundTableCells Property

Contains two-dimensional array of cell rectangles of the table found by FindTable() or FindNext() methods.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
RectangleF[][] FoundTableCells { get; }

Property Value

Type: RectangleF
Remarks
Note, cells information is avalaible only when ColumnDetectionMode is set to BorderedTables.
See Also

Reference