-
-
Notifications
You must be signed in to change notification settings - Fork 2
Fpdf::setautopagebreak
Fery Wardiyanto edited this page Feb 10, 2015
·
1 revision
SetAutoPageBreak(<b>boolean</b> auto [, <b>float</b> 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.
- `auto`
- Boolean indicating if mode should be on or off.
- `margin`
- Distance from the bottom of the page.