TableDetector2FindTables Method (Int32)ByteScout PDF Extractor SDK
Detects tables in the document.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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