PageGroupArea

PageGroupArea class

Represents a group of page areas which is used to group different types of blocks of the document page in the parsing by template functionality.

public sealed class PageGroupArea : PageArea

Constructors

Name Description
PageGroupArea(IEnumerable<PageArea>, Page) Initializes a new instance of the PageGroupArea class.

Properties

Name Description
Areas { get; } Gets the collection of grouped page areas.
Page { get; } Gets the document page information such as page index and page size.
Rectangle { get; } Gets the rectangular area.

See Also