CPage({ required int height, required int width, int copies = 1, }) { _height = height; _width = width; _copies = copies; }