コード例 #1
0
 private function _endpage()
 {
     if ($this->angle != 0) {
         $this->angle = 0;
         $this->_pdf->_out('Q');
     }
     $this->_pdf->_endpage();
 }
コード例 #2
0
 function _endpage()
 {
     if ($this->angle != 0) {
         $this->angle = 0;
         $this->_out('Q');
     }
     parent::_endpage();
 }