PageTableAreaOptions

PageTableAreaOptions class

Provides the options which are used for page table areas extraction.

public sealed class PageTableAreaOptions : PageAreaOptions

Constructors

Name Description
PageTableAreaOptions(TemplateTableLayout) Initializes a new instance of the PageAreaOptions class.

Properties

Name Description
Rectangle { get; } Gets the rectangular area that contains page areas.
RectangleTolerance { get; } Gets the size of the border that is ignored when captured by the rectangular area. It’s measured by the fraction of a text item height.
TableLayout { get; } Gets the table layout which defines the table on a page.

Remarks

An instance of PageTableAreaOptions class is used as parameter in GetTables and GetTables methods. See the usage examples there.

See Also