| ILIAS
    release_5-3 Revision v5.3.23-19-g915713cf615
    | 
Go to the source code of this file.
| Namespaces | |
| namespace | com\tecnick\tcpdf | 
| Configuration file for TCPDF. | |
| Variables | |
| $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) | |
| $border_style = array('all' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'phase' => 0)) | |
| $border_style = array('all' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'phase' => 0)) | 
Definition at line 83 of file example_022.php.
Referenced by HTMLPurifier_CSSDefinition\doSetup(), TCPDF\Rect(), TCPDF\RoundedRect(), and TCPDF\RoundedRectXY().
| $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) | 
Definition at line 31 of file example_022.php.