StructuredExtractorPrepareStructure 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

public void PrepareStructure(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32

[Missing <param name="pageIndex"/> documentation for "M:Bytescout.PDFExtractor.StructuredExtractor.PrepareStructure(System.Int32)"]

Implements

IStructuredExtractorPrepareStructure(Int32)
See Also

Reference