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 Initializes a new instance of the PagesSetup class with specified parameters.

Properties

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

See Also