IStructuredExtractor InterfaceByteScout PDF Extractor SDK
Defines the table structure extractor interface.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public interface IStructuredExtractor

The IStructuredExtractor type exposes the following members.

Methods

  NameDescription
Public methodCode exampleGetCellValue
Returns value of specified cell of the table structure.
Public methodGetColumnCount
Returns number of columns in the specified row of the table structure of the document.
Public methodGetRowCount
Returns number of rows in the table structure of the document.
Public methodPrepareStructure
Prepares the table structure for iteration. Use it before calling GetRowCount(), GetColumnCount(), GetCellValue() methods.
Top
See Also

Reference