ITableDetectorFindTable Method (Int32)ByteScout PDF Extractor SDK
Searches the document page for tables.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

bool FindTable(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Index of page for searching.

Return Value

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

Reference