API Reference

Class

StructuredTablePage

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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.

Constructors

public StructuredTablePage(Int32 pageNumber, IEnumerable<StructuredTable> tables) #

Creates a page table result.

Parameters

pageNumber System.Int32 requiredposition: 0
tables System.Collections.Generic.IEnumerable{OfficeIMO.Pdf.StructuredTable} requiredposition: 1

Properties

public Int32 PageNumber { get; } #

1-based page number.

public List<StructuredTable> Tables { get; } #

Detected tables on this page.