Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dmedia.layout.inc.php17 var $is_landscape; variable in Media
39 return $this->is_landscape ? $this->size['height'] : $this->size['width'] ;
51 return $this->is_landscape ? $this->size['width'] : $this->size['height'];
67 $this->is_landscape = (bool)$state;
109 if (!$this->is_landscape) { return "/initpage {} def"; };