Method: Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.
Source: includes/lib/tcpdf/tcpdf.php:2810
Method: Return the auto-page-break mode (true or false).
Source: includes/lib/tcpdf/tcpdf.php:2822
Method: Returns the page width in units.
Source: includes/lib/tcpdf/tcpdf.php:2521
Method: Returns the page height in units.
Source: includes/lib/tcpdf/tcpdf.php:2537
Method: Returns the page break margin.
Source: includes/lib/tcpdf/tcpdf.php:2553
Method: Returns the scale factor (number of points in user unit).
Source: includes/lib/tcpdf/tcpdf.php:2567
Method: Defines the left, top and right margins.
Source: includes/lib/tcpdf/tcpdf.php:2581
Method: Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin.
Source: includes/lib/tcpdf/tcpdf.php:2603
Method: Defines the top margin. The method can be called before creating the first page.
Source: includes/lib/tcpdf/tcpdf.php:2618
Method: Return the cell height
Source: includes/lib/tcpdf/tcpdf.php:2447