Draws a Rectangle
void drawBox(PdfRect box) { drawRect(box.left, box.bottom, box.width, box.height); }