Searched refs:PageAnnots (Results 1 – 3 of 3) sorted by relevance
65 if (isset($this->mpdf->PageAnnots[$n])) {66 foreach ($this->mpdf->PageAnnots[$n] as $k => $pl) {208 if (isset($this->mpdf->PageAnnots[$n])) {209 foreach ($this->mpdf->PageAnnots[$n] as $k => $pl) {218 $this->mpdf->PageAnnots[$n][$k]['pageobj'] = $this->mpdf->n;
574 if (isset($this->mpdf->PageAnnots[$n])) {576 foreach ($this->mpdf->PageAnnots[$n] as $key => $pl) {
405 var $PageAnnots; variable in Mpdf\\Mpdf1204 $this->PageAnnots = [];9930 $this->PageAnnots[$page][] = $an;9934 $ref = isset($this->PageAnnots[$this->page]) ? (count($this->PageAnnots[$this->page]) - 1) : -1;14743 $this->PageAnnots[$this->page][] = $lk;23704 if (count($this->PageAnnots)) {23706 foreach ($this->PageAnnots as $p => $anno) {23718 $newarr[$p] = $this->PageAnnots[$p];23721 $this->PageAnnots = $newarr;23907 if (count($this->PageAnnots)) {[all …]