PageTableArea

PageTableArea constructor

Initializes a new instance of the PageTableArea class.

public PageTableArea(IEnumerable<double> rows, IEnumerable<double> columns, 
    IEnumerable<PageTableAreaCell> cells, Page page, Rectangle rectangle)
Parameter Type Description
rows IEnumerable`1 The collection of row heights.
columns IEnumerable`1 The collection of column widths.
cells IEnumerable`1 The collection of cells.
page Page The page that contains the table.
rectangle Rectangle The rectangular area that contains the table.

See Also