Page

Page class

Represents the document page information such as page index and page size. It’s used to represent the page that contains inheritors of PageArea class in the parsing by template functionality.

public sealed class Page

Constructors

Name Description
Page(int, Size) Initializes a new instance of the Page class.

Properties

Name Description
Index { get; } Gets the page index.
Size { get; } Gets the page size.

See Also