PdfRect operator *(double factor) { return PdfRect(x * factor, y * factor, width * factor, height * factor); }