PageGroupArea

PageGroupArea constructor

Initializes a new instance of the PageGroupArea class.

public PageGroupArea(IEnumerable<PageArea> areas, Page page)
Parameter Type Description
areas IEnumerable`1 The collection of page areas to be grouped.
page Page The page that contains the area.

See Also