Link Search Menu Expand Document

TableDetectorFindNextTable Method (RectangleF)

Continues the table search started by FindTable() method.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public bool FindNextTable(
	out RectangleF location
)

Parameters

location
Type: System.DrawingRectangleF
Location (rectangle) of the found table.

Return Value

Type: Boolean
true if search string is found; otherwise false.

Implements

ITableDetectorFindNextTable(RectangleF)
See Also

Reference