PagesSetup class

PagesSetup class

Represents the setup for pages.

The PagesSetup type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the PagesSetup class.
init Constructs a new instance of PagesSetup

Properties

Property Description
all_pages Gets or sets a value indicating whether to include all pages.
first_page Gets or sets a value indicating whether to include the first page.
last_page Gets or sets a value indicating whether to include the last page.
odd_pages Gets or sets a value indicating whether to include odd pages.
even_pages Gets or sets a value indicating whether to include even pages.
pages Gets or sets the list of specific page numbers to include.
page_number Gets or sets the page number when considering only specified pages.
specified Gets a value indicating whether any specific pages are specified.

See Also