Initializes a new instance of the Page class, specifying height and width of a page.
public Page(int width, int height);
Page Constructor