25 #require_once 'Zend/Pdf/Element/Array.php'; 26 #require_once 'Zend/Pdf/Element/Name.php'; 27 #require_once 'Zend/Pdf/Element/Numeric.php'; 31 #require_once 'Zend/Pdf/Destination/Explicit.php'; 62 public static function create(
$page, $left, $bottom, $right, $top)
67 $destinationArray->items[] =
$page->getPageDictionary();
68 }
else if (is_integer(
$page)) {
71 #require_once 'Zend/Pdf/Exception.php'; 72 throw new Zend_Pdf_Exception(
'Page entry must be a Zend_Pdf_Page object or a page number.');
91 return $this->_destinationArray->items[2]->value;
113 return $this->_destinationArray->items[3]->value;
135 return $this->_destinationArray->items[4]->value;
157 return $this->_destinationArray->items[5]->value;
static create($page, $left, $bottom, $right, $top)