Page

Page class

Represents single page that can be viewed.

The Page type exposes the following members:

Constructors

Name Description
Page() Initializes new instance of Page class.
Page(number, visible) Initializes a new instance of the Page class
Page(number, name, visible) Initializes a new instance of the Page class
Page(number, visible, width, height) Initializes a new instance of the Page class
Page(number, name, visible, width, height) Initializes a new instance of the Page class
Page(number, visible, width, height, lines) Initializes a new instance of the Page class
Page(number, name, visible, width, height, lines) Initializes a new instance of the Page class

Properties

Name Description
number The page number.
visible The page visibility indicator.
width The width of the page in pixels when viewing as JPG or PNG.
height The height of the page in pixels when viewing as JPG or PNG.
name The worksheet or page name.
lines The lines contained by the page when viewing as JPG or PNG with enabled Text Extraction.

See Also