ExtractedTable Class

Definition

Extraction information about a table contained in a page.

public class ExtractedTable
type ExtractedTable = class
Public Class ExtractedTable
Inheritance
ExtractedTable

Constructors

ExtractedTable()

Initializes a new instance of the ExtractedTable class.

ExtractedTable(String, IList<ExtractedTableColumn>)

Initializes a new instance of the ExtractedTable class.

Properties

Columns

Gets or sets list of columns contained in the table.

Id

Gets or sets table identifier.

Applies to