Home
last modified time | relevance | path

Searched refs:PageAnnots (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DPageWriter.php65 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;
DMetadataWriter.php574 if (isset($this->mpdf->PageAnnots[$n])) {
576 foreach ($this->mpdf->PageAnnots[$n] as $key => $pl) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php405 var $PageAnnots; variable in Mpdf\\Mpdf
1204 $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 …]