SetaPDF_Core_Document_PageLayout A class holding page layout properties

File: /SetaPDF v2/Core/Document/PageLayout.php

Class hierarchy

Summary

Constants

ONE_COLUMN

public const string SetaPDF_Core_Document_PageLayout::ONE_COLUMN = 'OneColumn'

Constant for page layout value

Display the pages in one column

SINGLE_PAGE

public const string SetaPDF_Core_Document_PageLayout::SINGLE_PAGE = 'SinglePage'

Constant for page layout value

Display one page at a time

TWO_COLUMN_LEFT

public const string SetaPDF_Core_Document_PageLayout::TWO_COLUMN_LEFT = 'TwoColumnLeft'

Constant for page layout value

Display the pages in two columns, with odd-numbered pages on the left

TWO_COLUMN_RIGHT

public const string SetaPDF_Core_Document_PageLayout::TWO_COLUMN_RIGHT = 'TwoColumnRight'

Constant for page layout value

Display the pages in two columns, with odd-numbered pages on the right

TWO_PAGE_LEFT

public const string SetaPDF_Core_Document_PageLayout::TWO_PAGE_LEFT = 'TwoPageLeft'

Constant for page layout value

(PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left

TWO_PAGE_RIGHT

public const string SetaPDF_Core_Document_PageLayout::TWO_PAGE_RIGHT = 'TwoPageRight'

Constant for page layout value

(PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right