Link Search Menu Expand Document

ITableDetectorFindTable Method (Int32, RectangleF)

Searches the document page for tables.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
bool FindTable(
	int pageIndex,
	out RectangleF location
)

Parameters

pageIndex
Type: SystemInt32
Index of page for searching.
location
Type: System.DrawingRectangleF
Location (rectangle) of the found table.

Return Value

Type: Boolean
true if table is found; otherwise false.
See Also

Reference