Link Search Menu Expand Document

IStructuredExtractorPrepareStructure Method

Prepares the table structure for iteration. Use it before calling GetRowCount(), GetColumnCount(), GetCellValue() methods.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void PrepareStructure(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
See Also

Reference