IStructuredExtractor Methods
 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
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