IStructuredExtractor Interface
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Defines the table structure extractor interface.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The IStructuredExtractor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetCellValue | Returns value of specified cell of the table structure. | |
| GetColumnCount | Returns number of columns in the specified row of the table structure of the document. | |
| GetRowCount | Returns number of rows in the table structure of the document. | |
| PrepareStructure | Prepares the table structure for iteration. Use it before calling GetRowCount(), GetColumnCount(), GetCellValue() methods. |
See Also