function __construct($orientation = 'P', $unit = 'mm', $format = 'A4')
 {
     __parent::construct($orientation, $unit, $format);
 }