Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DAnnotation.php63 } elseif ($this->mpdf->annotMargin) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php591 if ($this->mpdf->annotMargin != 0 || $x == 0 || $x < 0) { // Odd page, intentional non-strict comparison
592 $x = ($wPt / Mpdf::SCALE) - $this->mpdf->annotMargin;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php141 var $annotMargin;
7139 } elseif ($this->annotMargin <> 0) {
9902 if (!$this->annotMargin) {
9906 if (!$opacity && $this->annotMargin) {
25089 $ax = abs($v['x']) - $this->tbrot_x0; // abs because -ve values are internally set and held for reference if annotMargin set
150 var $annotMargin; global() variable in Mpdf\\Mpdf