Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.block.php407 $vertical_offset = $driver->getPageMaxHeight() / 100 * $top->getPercentage();
414 …$vertical_offset = $driver->getPageMaxHeight() * (100 - $bottom->getPercentage())/100 - $this->get…
416 … $vertical_offset = $driver->getPageMaxHeight() - $bottom->getPoints() - $this->get_height();
H A Doutput._generic.class.php118 function getPageMaxHeight() { function in OutputDriverGeneric