PageArea

PageArea class

Represents an abstract base class for page areas which are used to represent blocks on the document page in the parsing by template functionality.

public abstract class PageArea

Properties

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

See Also