TCPDF::AcceptPageBreak()

Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value.


Description Description

The default implementation returns a value according to the mode selected by SetAutoPageBreak().
This method is called automatically and should not be called directly by the application.

See also See also


Top ↑

Return Return

(boolean)


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.4 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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