Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php90 var $pdf_array_co;
160 $this->pdf_array_co = '';
784 if ($this->pdf_array_co) {
785 $this->writer->write('/CO [' . $this->pdf_array_co . ']');
1798 $this->pdf_array_co .= $this->mpdf->n . ' 0 R ';
92 var $pdf_array_co; global() variable in Mpdf\\Form