TCPDF::AcceptPageBreak()

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

Source: includes/lib/tcpdf/tcpdf.php:4945

Used by 0 functions | Uses 0 functions

TCPDF::SetCompression()

Method: Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.

Source: includes/lib/tcpdf/tcpdf.php:2851

Used by 0 functions | Uses 0 functions

TCPDF::SetLeftMargin()

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

Used by 0 functions | Uses 0 functions