示例#1
0
 public function __construct($title, $pagesize = 'A4', $orientation = 'portrait')
 {
     parent::__construct('LMSEzpdfBackend', $title, $pagesize, $orientation);
 }
示例#2
0
 public function __construct($title, $pagesize = 'A4', $orientation = 'portrait')
 {
     parent::__construct('LMSEzpdfBackend', $title, $pagesize, $orientation);
     $this->backend->setLineStyle(2);
 }