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

Top ↑

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


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.001 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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