Link Search Menu Expand Document

TableDetectorFoundTableCells 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
public RectangleF[][] FoundTableCells { get; }

Property Value

Type: RectangleF

Implements

ITableDetectorFoundTableCells
Remarks
Note, cells information is available only when ColumnDetectionMode is set to BorderedTables.
See Also

Reference