Class IMAGEPDF
since | 7.0.0 |
---|---|
package | MatukioEvents |
Header()
@¶eturn void
since | 7.0.0 |
---|
__construct(string $backgroundImage, string $orientation= 'P'
, string $unit= 'mm'
, string $format= 'A4'
, boolean $unicode= true
, string $encoding= 'UTF-8'
, boolean $diskcache= false
, boolean $pdfa= false
)
since | 7.0.0 |
---|
string
Path to the background image (relative to Joomla root)
string
Orientation of the page
string
Unit of the page
string
Format
boolean
Unicode support
string
Encoding
boolean
Cached on disk?
boolean
PDFa
$backgroundImage : null | string
null
since | 7.0.0 |
---|