Example #1
0
 /**
  * Wrapper taking custom units and margins into account
  * @see \ZendPdf\Page::getHeight() for documentation
  */
 public function getHeight()
 {
     $height = parent::getHeight();
     $this->convertFromPoints($height);
     return $height;
 }