TCPDF::SetBooklet( $booklet = true, $inner = -1, $outer = -1 )
Set the booklet mode for double-sided pages.
Description Description
Parameters Parameters
- $booklet
-
(Optional) (boolean) true set the booklet mode on, false otherwise.
Default value: true
- $inner
-
(Optional) (float) Inner page margin.
Default value: -1
- $outer
-
(Optional) (float) Outer page margin.
Default value: -1
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
4.2.000 | Introduced. |