TCPDF::endPage( $tocpage = false )
Terminate the current page
Description Description
See also See also
- AddPage(),: startPage(), addTOCPage(), endTOCPage()
Parameters Parameters
- $tocpage
-
(Optional) (boolean) if true set the tocpage state to false (end the page used to display Table Of Content).
Default value: false
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
4.2.010 | Introduced. |