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()

Top ↑

Parameters Parameters

$auto

(Required) (boolean) Boolean indicating if mode should be on or off.

$margin

(Required) (float) Distance from the bottom of the page.


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.