IStructuredExtractorPrepareStructure Method ByteScout PDF Extractor SDK
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.1.4801-master
Syntax

void PrepareStructure(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
See Also

Reference