TCPDF::addTOCPage( $orientation = '', $format = '', $keepmargins = false )
Adds a new TOC (Table Of Content) page to the document.
Description Description
See also See also
- AddPage(),: startPage(), endPage(), endTOCPage()
Parameters Parameters
- $orientation
-
(Optional) (string) page orientation.
Default value: ''
- $format
-
(Optional) (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat().
Default value: ''
- $keepmargins
-
(Optional) (boolean) if true overwrites the default page margins with the current margins
Default value: false
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.0.001 | Introduced. |