Beispiel #1
0
 /**
  * Remove object in context of current factory.
  *
  * @param \Zend\Pdf\InternalType\IndirectObject $obj
  * @throws \Zend\Pdf\Exception
  */
 public function remove(InternalType\IndirectObject $obj)
 {
     $this->_factory->remove($obj);
 }