Initializes a new instance of the Page class, specifying several parameters.
public Page(int width, int height, bool hasPattern, bool isHidden);
Parameters |
Description |
int width |
The page width |
int height |
The page height |
bool hasPattern |
If the page has pattern |
bool isHidden |
If the page is hidden |