PagesSetup constructor

init

Initializes a new instance of the PagesSetup class.

def __init__(self):
    ...

init {#bool-bool-bool-bool-bool-System.Collections.Generic.List-Nullable}

Constructs a new instance of PagesSetup

def __init__(self, all_pages, first_page, last_page, odd_pages, even_pages, pages, page_number):
    ...
Parameter Type Description
all_pages bool
first_page bool
last_page bool
odd_pages bool
even_pages bool
pages System.Collections.Generic.List
page_number Nullable

See Also