Link Search Menu Expand Document

IStructuredExtractorGetColumnCount Method

Returns number of columns in the specified row of the table structure of the document.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
int GetColumnCount(
	int pageIndex,
	int rowIndex
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
rowIndex
Type: SystemInt32
Row index.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Bytescout.PDFExtractor.IStructuredExtractor.GetColumnCount(System.Int32,System.Int32)"]

See Also

Reference