function rotate($angle, $x, $y)
 {
     $this->_pdf->rotate($angle, $x, $y);
 }