Class: SelectPdf::PageLayout

Inherits:
Object
  • Object
show all
Defined in:
lib/selectpdf.rb

Overview

The page layout to be used when the pdf document is opened in a viewer.

Constant Summary collapse

SINGLE_PAGE =

Displays one page at a time.

0
ONE_COLUMN =

Displays the pages in one column.

1
TWO_COLUMN_LEFT =

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

2
TWO_COLUMN_RIGHT =

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

3