Colour Background
Background colour of the page.
Represents a Graphics object with a width and height.
Page(double width, double height)
Create a new page.
Graphics Graphics
Graphics surface of the page.
void Crop()
Translate and resize the Page so that it displays the rectangle corresponding to the bounding box of ...
void Crop(Point topLeft, Size size)
Translate and resize the Page so that it displays the rectangle defined by topLeft and size .
static Colour FromRgba(double r, double g, double b, double a)
Create a new colour from RGBA (red, green, blue and alpha) values.