function save()
 {
     $this->_pdf->saveState();
 }
Пример #2
0
 /**
  * Reopens an existing 'object'
  *
  * @see CPDF_Adapter::open_object()
  * @param int $object  the ID of a previously opened object
  */
 function reopen_object($object)
 {
     $this->_pdf->reopenObject($object);
     $this->_pdf->saveState();
 }