TCPDF_STATIC::getPageLayoutMode( $layout = 'SinglePage' )
Get the canonical page layout mode.
Description Description
Parameters Parameters
- $layout
-
(Optional) (string) The page layout. Possible values are:<ul><li>SinglePage Display one page at a time</li><li>OneColumn Display the pages in one column</li><li>TwoColumnLeft Display the pages in two columns, with odd-numbered pages on the left</li><li>TwoColumnRight Display the pages in two columns, with odd-numbered pages on the right</li><li>TwoPageLeft (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left</li><li>TwoPageRight (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right</li></ul>
Default value: 'SinglePage'
Return Return
((string)) Canonical page layout name.
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php