DocumentTableOptions class

DocumentTableOptions class

Provides a set of options to control extraction of data from a document table.

The DocumentTableOptions type exposes the following members:

Constructors

Constructor Description
init Creates a new instance of this class.

Properties

Property Description
min_row_index Gets or sets the smallest zero-based index of a row to be extracted from a document table.
The default value is negative which means that the smallest row index is not limited.
max_row_index Gets or sets the largest zero-based index of a row to be extracted from a document table.
The default value is negative which means that the largest row index is not limited.
min_column_index Gets or sets the smallest zero-based index of a column to be extracted from a document table.
The default value is negative which means that the smallest column index is not limited.
max_column_index Gets or sets the largest zero-based index of a column to be extracted from a document table.
The default value is negative which means that the largest column index is not limited.
first_row_contains_column_names Gets or sets a value indicating whether column names are to be obtained from the first
extracted row of a document table. The default value is false.

See Also