API Reference
Class
StructuredTablePage
Detected tables for a single document page.
Inheritance
- Object
- StructuredTablePage
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Extension method PdfReadDocument.ExtractTablesByPage
- Method PdfReadDocumentExtensions.ExtractTablesByPage
Constructors
public StructuredTablePage(Int32 pageNumber, IEnumerable<StructuredTable> tables) #Creates a page table result.
Parameters
- pageNumber System.Int32
- tables System.Collections.Generic.IEnumerable{OfficeIMO.Pdf.StructuredTable}