PagesSetup constructor

init

Initializes a new instance of the PagesSetup class.

def __init__(self):
    ...

init {#bool-bool-bool-bool-bool-System.Collections.Generic.List1[[System.Int32]]-System.Nullable1[[System.Int32]]}

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`1[[System.Int32]]
page_number System.Nullable`1[[System.Int32]]

See Also