Link Search Menu Expand Document

TableDetector2FindTables Method (Int32)

Detects tables in the document.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public DetectedTableList FindTables(
	int pageIndex = -1
)

Parameters

pageIndex (Optional)
Type: SystemInt32
Page index (zero-based). Set -1 to find tables in the entire document.

Return Value

Type: DetectedTableList
List of detected tables.
See Also

Reference