Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dpdfgenerator.php50 $mpdf->SetDisplayMode('fullpage');
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1677 $this->SetDisplayMode('fullwidth');
1700 function SetDisplayMode($zoom,$layout='continuous') { function in FPDF
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1634 $this->SetDisplayMode('fullwidth');
1681 function SetDisplayMode($zoom,$layout='continuous') function in FPDF
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md18 * Allows setting `none` as zoom mode in `SetDisplayMode` method, so that OpenAction is not written (#602)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1325 $this->SetDisplayMode(100); // fullwidth? 'fullpage'
1774 function SetDisplayMode($zoom, $layout = 'continuous')
1763 function SetDisplayMode($zoom, $layout = 'continuous') global() function in Mpdf\\Mpdf