TCPDF::SetAutoPageBreak( $auto, $margin )
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.
Description Description
See also See also
- Cell(),: MultiCell(), AcceptPageBreak()
Parameters Parameters
- $auto
-
(Required) (boolean) Boolean indicating if mode should be on or off.
- $margin
-
(Required) (float) Distance from the bottom of the page.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |