PagesSetup

PagesSetup()

Initializes a new instance of the PagesSetup class.

public PagesSetup()

See Also


PagesSetup(bool, bool, bool, bool, bool, List<int>, int?)

Initializes a new instance of the PagesSetup class with specified parameters.

public PagesSetup(bool allPages, bool firstPage, bool lastPage, bool oddPages, bool evenPages, 
    List<int> pages, int? pageNumber)
Parameter Type Description
allPages Boolean Whether to include all pages.
firstPage Boolean Whether to include the first page.
lastPage Boolean Whether to include the last page.
oddPages Boolean Whether to include odd pages.
evenPages Boolean Whether to include even pages.
pages List`1 The list of specific page numbers to include.
pageNumber Nullable`1 The index of the current page.

See Also